Install docker and related tools sudo apt install docker sudo apt install docker-compose In order to run docker as a user, add that user to the docker group. usermod -a -G docker <username>