Stop Prepending sudo to Docker Commands
March 2021
sudo groupadd docker -> make the group 
sudo gpasswd -a $USER docker -> add $USER to the docker group
newgrp docker -> activate the changes