“ Package 'docker-ce' ไม่มีตัวเลือกการติดตั้ง” ใน 18.04


61

ฉันกำลังปฏิบัติตามคู่มือการติดตั้ง Docker อย่างเป็นทางการสำหรับ docker-ce บน Ubuntu

เมื่อฉันไปถึง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 (มันใหม่มาก) แต่เมื่อฉันค้นหา "ติดตั้ง docker-ce ubuntu 18.04" ฉันพบคำแนะนำที่ดูเหมือนว่าเฉพาะ 18.04 และโดยพื้นฐานแล้วก็ให้คำแนะนำเดียวกันทั้งหมด - แนะนำว่าอย่างน้อยมันก็ใช้งานได้สำหรับผู้แต่ง:

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

ไม่มีใครมีความคิดว่าทำไมสิ่งนี้อาจไม่ได้ผลสำหรับฉัน


ดูตัวเลือกอื่น ๆ ของคุณเช่น snap จาก Docker Inc หรือแพคเกจ Ubuntu มาตรฐานที่ใหม่กว่าใน docker.io: askubuntu: Docker-CE หรือ docker.io แพ็คเกจ
nealmcb

ยังคงมีปัญหานี้ในเดือนกรกฎาคม 2019 ... sudo apt install docker.ioได้ผลสำหรับฉัน
ประสานงาน

คำตอบ:


38

จากคู่มือเดียวกันที่คุณอ้างอิงคุณสามารถใช้พื้นที่เก็บข้อมูลสำหรับ 17.10 แทนในขณะนี้:

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

และdocker-ceแพ็คเกจที่ขึ้นต่อกันทั้งหมดจะได้รับการแก้ไขจากที่bionicเก็บubuntu ตรวจสอบเอกสารประกอบ Dockerสำหรับข้อมูลเพิ่มเติม ไม่มีปัญหาความเข้ากันได้ที่ต้องกังวล :)

อัพเดต 2018-07-19

นักเทียบท่า 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
FYI ตั้งแต่วันที่ 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 บวกกับ "bionic" plus "test" เป็นเพียงแค่เส้นทางที่จะเผยแพร่ - คุณสามารถตรวจสอบ url นั้นและปฏิบัติตามเส้นทางนั้นได้ ดูเหมือนว่าเส้นทางที่ถูกต้องใด ๆ ที่ทำงานได้ - มีอีกรุ่นที่เสถียร / ทุกคืน / รุ่นอื่น ๆ สำหรับ Ubuntu บางรุ่น ดังนั้นสำหรับ Ubuntu ทุกรุ่นในอนาคตจะสามารถตรวจสอบการวางจำหน่ายที่เกี่ยวข้องได้
pkuderov

@pkuderov Docker ce ไม่ได้อยู่ในที่เก็บนั้น deb ยังใช้ได้กับ containerd.ioเท่านั้น ฉันไม่รู้ว่าbionicจะทำงานแทนdiscoในกรณีนั้นหรือไม่ มันน่าผิดหวังมาก
andras

@pkuderov คุณสามารถแก้ไขคำตอบได้
Yuval Pruss

2
พวกมันดูเหมือนคำต่อท้าย-ceและ-ee ถูกลบตั้งแต่ ver 18.09.0ดังนั้นจึงไม่มีความผิดพลาดเท่าที่ฉันเห็น ตรวจสอบการติดตั้งของฉันจากtestบิลด์ - sudo docker run hello-worldทำงานอย่างถูกต้อง ปัญหาเดียวที่ฉันเห็น - 19 ver อยู่ในรุ่นเบต้า ขออภัยที่สับสน - เฉพาะสัปดาห์ที่ 2 ที่ใช้ Linux :)
pkuderov

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 ที่ควรเป็นคำตอบที่ยอมรับ - คุณช่วยโพสต์มันเป็นคำตอบได้ไหม?
Robin Winslow

1
ฉันกำลังใช้งาน 18.04 และการชี้ URL ให้เป็นงานศิลปะก็ไม่ได้ช่วยอะไรฉัน สิ่งเดียวที่ทำงานได้คือการติดตั้ง docker.io
RJ

6

ทำตามขั้นตอนที่นี่ในเอกสารนักเทียบท่าทำงานให้ฉัน ฉันแค่ต้องเปลี่ยนstableเป็นtestในคำสั่งนี้

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

ทำไมคุณต้องทำอย่างนั้น? คุณใช้เวอร์ชั่นอะไร คุณสามารถเพิ่มขั้นตอนทั้งหมดที่คุณใช้หรือไม่
Zanna

สิ่งนี้ใช้ไม่ได้กับ Ubuntu 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' first :)
d.popov

0

แพคเกจสแน็ปของนักเทียบท่าจะสามารถติดตั้งได้อย่างง่ายดายบน Ubuntu 19.04 (ดิสโก้) และมันทำงานได้สำหรับฉัน

ตรวจสอบเอกสารของที่นี่:

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



1
ยินดีต้อนรับสู่ AU คุณสามารถแก้ไขคำตอบของคุณเพื่อให้ข้อมูลสรุปของโซลูชันที่คุณให้ได้หรือไม่ ด้วยวิธีนี้คำตอบของคุณจะยังคงใช้ได้แม้ในขณะที่ลิงก์หายไปหรือมีการเปลี่ยนแปลง ขอบคุณสำหรับความพยายามของคุณ.
Marc Vanhoomissen
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.