Author: imartinez
Error response from daemon: cannot stop container permission denied
If you try to stop or remove a container and get the error: Error response from daemon: cannot stop container: [container_name]: permission denied. You can execute the command:
Installing Docker on Ubuntu
1. Open the terminal on Ubuntu. 2. Remove any Docker files that are running in the system, using the following command: $ sudo apt-get remove docker docker-engine docker.io After entering the above command, you will need to enter the password of the root and press enter. 3. Check if the system is up-to-date using the following command: […]