18.04의“패키지 'docker-ce'에 설치 후보가 없습니다”


61

우분투의 docker-ce 공식 Docker 설치 안내서 를 따르고 있습니다.

내가 도착 sudo apt install docker-ce하면 E: Package 'docker-ce' has no installation candidate:

$ sudo apt-get update
Hit:1 http://gb.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://gb.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:3 http://gb.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease
Reading package lists... Done

$ sudo apt-get install \
>     apt-transport-https \
>     ca-certificates \
>     curl \
>     software-properties-common
Reading package lists... Done
Building dependency tree       
Reading state information... Done
ca-certificates is already the newest version (20180409).
curl is already the newest version (7.58.0-2ubuntu3).
software-properties-common is already the newest version (0.96.24.32.1).
The following NEW packages will be installed
  apt-transport-https
0 to upgrade, 1 to newly install, 0 to remove and 0 not to upgrade.
Need to get 1,692 B of archives.
After this operation, 152 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://gb.archive.ubuntu.com/ubuntu bionic/universe amd64 apt-transport-https all 1.6.1 [1,692 B]
Fetched 1,692 B in 0s (65.4 kB/s)               
Selecting previously unselected package apt-transport-https.
(Reading database ... 116694 files and directories currently installed.)
Preparing to unpack .../apt-transport-https_1.6.1_all.deb ...
Unpacking apt-transport-https (1.6.1) ...
Setting up apt-transport-https (1.6.1) ...

$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
OK

$ sudo apt-key fingerprint 0EBFCD88
pub   rsa4096 2017-02-22 [SCEA]
      9DC8 5822 9FC7 DD38 854A  E2D8 8D81 803C 0EBF CD88
uid           [ unknown] Docker Release (CE deb) <docker@docker.com>
sub   rsa4096 2017-02-22 [S]

$ sudo add-apt-repository \
>    "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
>    $(lsb_release -cs) \
>    stable"
Hit:1 http://gb.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://gb.archive.ubuntu.com/ubuntu bionic-updates InRelease                                                                                    
Hit:3 http://gb.archive.ubuntu.com/ubuntu bionic-backports InRelease                                                                                  
Get:4 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB]                                                       
Hit:5 http://security.ubuntu.com/ubuntu bionic-security InRelease                                                               
Fetched 64.4 kB in 0s (141 kB/s)
Reading package lists... Done

robin@xps:~/git/snapcraft.io$ sudo apt-get update
Hit:1 http://gb.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://gb.archive.ubuntu.com/ubuntu bionic-updates InRelease                                      
Hit:3 http://gb.archive.ubuntu.com/ubuntu bionic-backports InRelease                                                                                   
Hit:4 https://download.docker.com/linux/ubuntu bionic InRelease                                                                                        
Hit:5 http://security.ubuntu.com/ubuntu bionic-security InRelease                                                                
Reading package lists... Done  

$ sudo apt-get install docker-ce
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package docker-ce is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'docker-ce' has no installation candidate

내 첫 번째 생각은 Docker가 아직 Bionic 용 패키지를 출시하지 않았다는 것입니다 (매우 새로워졌습니다). "install docker-ce ubuntu 18.04"를 검색했을 때 18.04에 해당하는 가이드를 찾았으며 기본적으로 정확히 동일한 지침을 제공합니다 -적어도 저자에게는 효과가 있다고 제안합니다.

https://linuxconfig.org/how-to-install-docker-on-ubuntu-18-04-bionic-beaver

아무도 이것이 왜 효과가 없는지 아는 사람이 있습니까?


다른 옵션도 참조하십시오 : Docker Inc의 스냅 또는 docker.io의 최신 표준 Ubuntu 패키지 : askubuntu : Docker-CE 또는 docker.io 패키지
nealmcb

2019 년 7 월 sudo apt install docker.io
에도이

답변:


38

참조 한 것과 동일한 가이드 에서이 순간 대신 17.10의 저장소를 사용할 수 있습니다.

deb [arch=amd64] https://download.docker.com/linux/ubuntu artful stable

그리고 모든 docker-ce종속 패키지는 우분투 bionic저장소 에서 해결됩니다 . 자세한 내용 은 Docker 설명서 를 확인하십시오 . 걱정할 호환성 문제가 없습니다. :)

2018-07-19 업데이트

Docker 18.06이 bionic저장소 로 업데이트되었으므로이 해결 방법은 더 이상 필요하지 않습니다!


7
여전히 18.04에서 작동하지 않습니다. 나는 여전히 얻는다 E: Package 'docker-ce' has no installation candidate
RJ

@ RJ 그것은 18.04에 나를 위해 작동합니다. 며칠 후입니다. 리포지토리에 몇 가지 업데이트가있을 수 있습니다. 패키지 중 일부는 바이오닉에서, 다른 패키지는 교묘하게 다운로드 한 것으로 나타났습니다.
NZD


이것이 작동하는지 확인할 수 있습니다. 방금 18.04에 설치➜ ~ docker -v Docker version 18.03.1-ce, build 9ee9f40
copser

1
참고로, 6 월 21 일부터 다음과 같이 설치할 수 있습니다.curl -fsSL get.docker.com | CHANNEL=stable sh
Juha Untinen

37

에 설치하려면 다음 docker-ce을 실행하십시오 Ubuntu 18.04.

sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic test"
sudo apt update
sudo apt install docker-ce

설치가 성공적으로 완료되었는지 확인하려면 다음을 실행하십시오.

docker -v

출력해야합니다 :

Docker version 18.06.1-ce, build e68fc7a

7
또한,의 경우 Ubuntu 19, 단지 변경 bionic에 3 라인disco
pkuderov

Btw, 그 URL 플러스 "바이오닉"플러스 "테스트"는 릴리스 경로 일뿐입니다. URL을 확인하고 경로를 따라갈 수 있습니다. 유효한 경로가 실행 가능한 것으로 보입니다-우분투 버전의 일부 안정 / 야간 / 기타 릴리스가 있습니다. 따라서 향후 Ubuntu 버전의 경우 해당 릴리스를 확인할 수 있습니다.
pkuderov

@pkuderov Docker ce는 해당 저장소에 없으며 deb는 containerd.io에서만 사용할 수 있습니다 . 그 경우 bionic대신에 효과가 있는지 모르겠습니다 disco. 너무 실망 스럽습니다.
andras

@pkuderov 응답을 적절히 편집 할 수 있습니다
Yuval Pruss

2
얘들 아, 그것은 접미사처럼 보인다 -ce-ee 제거 버전 때문이다. 18.09.0내가 본 한 실수는 없습니다. test빌드 에서 설치를 확인했습니다 - sudo docker run hello-world올바르게 작동합니다. 내가 볼 수있는 유일한 문제는 19 버전입니다. 혼란
스러워서

9

일부 가이드가 총을 뛰었습니다. docker-ce는 아직 Ubuntu 18.04에서 사용할 수 없습니다. 지원되는 버전 목록은 여기에서 확인할 수 있습니다 .

권장 설치 docker.io에 링크 된 동일한 안내서; 이것이 내가 한 일입니다. docker-ce가 18.04를 지원할 때까지 해결 방법입니다.


1
동일한 안내서에서이 시점에서 대신 17.10의 저장소를 사용할 수 있습니다.deb [arch=amd64] https://download.docker.com/linux/ubuntu artful stable
tan9

@ tan9 허용되는 답변이어야합니다. 답변으로 게시 할 수 있습니까?
로빈 윈 슬로

1
18.04를 실행 중이며 URL을 교묘하게 가리키는 것이 도움이되지 않았습니다. 작동 한 유일한 것은 docker.io를 설치하는 것입니다.
RJ

6

Docker 설명서의 여기에 나온 단계에 따라 도움이 되었습니다. 이 명령에서 방금 변경 stable해야 test했습니다.

sudo add-apt-repository \ 
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"

왜 그렇게 했어? 어떤 버전을 사용하고 있습니까? 사용한 전체 단계를 추가 할 수 있습니까?
잔나

이것은 우분투 18.04에서는 작동하지 않습니다.
RJ

그것은 나를 위해 절대적으로 잘 작동합니다
xExplorer


2

나는 같은 문제를 겪었다.

$ sudo snap install docker

$docker -v

Docker version 18.06.1-ce, build e68fc7a


$sudo docker version


Client:
 Version:           18.06.1-ce
 API version:       1.38
 Go version:        go1.10.4
 Git commit:        e68fc7a
 Built:             Tue May  7 18:01:43 2019
 OS/Arch:           linux/386
 Experimental:      false

Server:
 Engine:
  Version:          18.06.1-ce
  API version:      1.38 (minimum version 1.12)
  Go version:       go1.10.4
  Git commit:       e68fc7a
  Built:            Tue May  7 18:01:44 2019
  OS/Arch:          linux/386

이것이 가장 쉽고 가장 우아한 솔루션입니다! 먼저 'sudo apt install snapd'을 실행하십시오. :)
d.popov

0

도커의 스냅 패키지는 Ubuntu 19.04 (Disco)에 쉽게 설치할 수 있으며 나를 위해 일했습니다.

여기에 대한 설명서를 확인하십시오.

https://github.com/docker/docker-snap



1
AU에 오신 것을 환영합니다. 제공 한 솔루션의 요약을 제공하기 위해 답변을 편집 할 수 있습니까? 이런 식으로, 링크가 사라지거나 변경 되더라도 귀하의 답변은 계속 유효합니다. 당신의 노력에 감사드립니다.
마크 Vanhoomissen
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.