본문 바로가기
인프라/Docker&K8S

docker.io : Depends: containerd (>= 1.2.6-0ubuntu1~)

by IT맥구리나스 2022. 4. 18.

문제점

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

 

반응형

댓글