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"
उबुन्टु 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"
उबंटू 17.10
docker-ce
पैकेज आधिकारिक docker (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"
उबंटू 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
रेपो जोड़ने के बाद भागे थे?