Install Docker on linux

Publié le: 10 juin 2017
sur la chaîne: Technically Scrappy
1,238
9

Installing and running docker on Ubuntu 16.04.

At times the text doesn't show very well, I'll list the steps below.
** commands to install docker **
1. sudo apt-get update
2. curl -fsSL https://download.docker.com/linux/ubu... | sudo apt-key add -
3. sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
4. sudo apt-get update
5. apt-cache policy docker-ce
6. sudo apt-get install docker-ce
7. sudo systemctl status docker

** command to add not root user **
sudo usermod -aG docker $(whoami)


Sur cette page du site, vous pouvez voir la vidéo en ligne Install Docker on linux durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Technically Scrappy 10 juin 2017, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 1,238 fois et il a aimé 9 téléspectateurs. Bon visionnage!