Ubuntu 19.04 (Disco) et Ubuntu 19.10 (Eoan)
docker-ce
n'est pas encore disponible pour Ubuntu 19.10, mais vous pouvez installer le eoan
paquet.
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 (cosmique)
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 (bionique)
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
Ce package est disponible sur le référentiel officiel de Docker (Ubutu Artful). Pour l'installer, utilisez les commandes suivantes:
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
Vous pouvez installer docker-ce
sur Ubuntu 16.04 comme suit:
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"
Exécutez ce qui suit:
apt-cache search docker-ce
exemple de sortie:
docker-ce - Docker: the open-source application container engine
Installer docker-ce
:
sudo apt install docker-ce
Docker, exigences du système d'exploitation
apt-get update
après avoir ajouté le repo?