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