Allow standard user to interact with Docker

This will enable a user to interact with the docker service

sudo usermod -aG docker $USER$ && newgrp docker

Last updated