Run docker without sudo
Written by Tim Rabbetts on Thu, 02/04/2020
The docker daemon always runs as the root user, and since Docker version 0.5.2, the docker daemon binds to a Unix socket instead of a TCP port. By default that Unix socket is owned by the user root,…