Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 249 Bytes

docker.org

File metadata and controls

12 lines (9 loc) · 249 Bytes

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>