==== HOW TO SEND COMMANDS TO THE DOCKER DAEMON WITHOUT USING SUDO ==== If you’ve followed my previous Docker videos, you know you have to prefix each docker command by sudo--unless of course if you are directly running your shell as root. Pfff! It’s so boooring to type those five extra characters before each command… Joke aside, let’s think about the problem: Docker is using a client-server architecture. No doubt dockerd, the Docker server, is a privileged process that must be run as root. But