উবুন্টু 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"
উবুন্টু 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
প্যাকেজটি নিম্নলিখিত কমান্ডগুলি ব্যবহার করে ইনস্টল করার জন্য অফিশিয়াল ডকার (উবুতু আর্টফুল) সংগ্রহস্থলটিতে উপলব্ধ:
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
নিম্নলিখিত হিসাবে উবুন্টু 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
রেপো যুক্ত করে দৌড়ালে ?