문제점
docker.io 설치 시도시 아래와 같은 에러가 출력 됨
root@ubuntu:~# apt install docker.io
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
docker.io : Depends: containerd (>= 1.2.6-0ubuntu1~)
E: Unable to correct problems, you have held broken packages.
해결방법
container 의존성으로 인한 설치 실패 conatiner를 설치한다.
apt install containerd
반응형
'인프라 > Docker&K8S' 카테고리의 다른 글
docker IP 대역 변경하기 (0) | 2022.05.30 |
---|---|
2022년 docker elk 설치 (도커 elk 설치) (0) | 2022.04.14 |
쿠버네티스 - yaml(야물) (0) | 2022.04.13 |
쿠버네티스 아키텍처 -네임스페이스(namespace) (0) | 2022.04.09 |
쿠버네티스 명령어 훓어보기(k8s명령어) (0) | 2022.04.08 |
댓글