Problem

Unable to complete Docker login.

The following message appears when you log in to Docker.
/var/run/docker.sock: connect: permission denied

Solution

  • Run the following command to change the access permissions.

Solution

sudo chmod 666 /var/run/docker.sock