Ubuntu 19.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 disco stable"
Ubuntu 18.10 (จักรวาล)
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"
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 stable"
Ubuntu 17.10
docker-ce
แพคเกจสามารถใช้ได้ในพื้นที่เก็บข้อมูลอย่างเป็นทางการนักเทียบท่า (Ubutu Artful) เพื่อติดตั้งใช้คำสั่งต่อไปนี้:
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 artful stable"
Ubuntu 16.04
คุณสามารถติดตั้งdocker-ce
บน Ubuntu 16.04 ได้ดังนี้:
sudo apt-get 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 xenial stable"
รันสิ่งต่อไปนี้:
apt-cache search docker-ce
ตัวอย่างผลลัพธ์:
docker-ce - Docker: the open-source application container engine
ติดตั้งdocker-ce
:
sudo apt install docker-ce
apt-get update
หลังจากเพิ่ม repo หรือไม่