Debian 8 - Install Docker
Just run the commands below:
sudo apt-get install curl -y sudo curl -sSL https://get.docker.com/ | sudo sh sudo usermod -aG docker $USER sudo service docker start
You now have docker installed and running. You will have to log out and in again if you want to run any of the docker commands without sudo
.
Last updated: 8th August 2020
First published: 16th August 2018
First published: 16th August 2018