Installation:
sudo apt install docker.io docker-composeConfiguration: (ensure that $USER will be able to execute docker commands without sudo)
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp dockerRe-load the terminale
test your access with this command
docker psResult should be:
user@joseph-vm:~$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES