Skip to content

Instantly share code, notes, and snippets.

##Docker Installation
$ wget -qO- https://get.docker.com/ | sh
###user to the “docker” group execute the following command:
$ sudo usermod -aG docker user
$ sudo reboot
###Verify Docker Installation