Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo aa-remove-unknown

Docker Permissions Error (docker.sock has in-accessible permissions) 

If you are running into file permission issues when attempting to use any Docker commands, then it could be due to the file permissions of some Docker files. 

Running the following command fixes the most common issue: 

Code Block
titleDocker File Permission Fix
sudo chmod 777 /var/run/docker.sock