Running Docker on Ubuntu 16.4
Docker Quick start on Ubuntu 16.4 - Command Reference - these notes assume you have general Linux experience and assumes you know what docker is.
To follow along with this tutorial you need an existing virtual machine running Ubuntu. Any cloud provider is fine.
Update the existing packages
Add the Docker repository to APT sources:
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
Install docker from the docker repo
apt-cache policy docker-ce
Now that docker is installed let's see the status
Output
use this command to add users to docker if you prefer not to use sudo for every command
Last updated