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)
Nesta página do site você pode assistir ao vídeo on-line Install Docker on linux duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Technically Scrappy 10 Junho 2017, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 1,238 vezes e gostou 9 espectadores. Boa visualização!