...
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 | ||
---|---|---|
| ||
sudo chmod 777 /var/run/docker.sock |