Quick reference guide for Docker commands along with examples to help you get started.
Installation
Sudo apt-get update
sudo apt-get install docker.io
To grant access to your user to run the docker command
sudo usermod -aG docker $USER
sudo reboot
...