Install Docker on linux

Pubblicato il: 10 giugno 2017
sul canale di: 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)


In questa pagina del sito puoi guardare il video online Install Docker on linux della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Technically Scrappy 10 giugno 2017, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 1,238 volte e gli è piaciuto 9 spettatori. Buona visione!