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)
On this page of the site you can watch the video online Install Docker on linux with a duration of hours minute second in good quality, which was uploaded by the user Technically Scrappy 10 June 2017, share the link with friends and acquaintances, this video has already been watched 1,238 times on youtube and it was liked by 9 viewers. Enjoy your viewing!