Installing Docker
-
Installing Docker with
aptapt install docker.io -
Verify the docker installation is working with
sudo docker run hello-world -
To use docker without sudo, add the non-root user (
if3) to thedockergroupsudo gpasswd -a if3 dockerNote: Need to logout and log back into the VPS for this change to take effect