Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zhangludi/9c647111e17bdb0d91f29f223e4fbc51 to your computer and use it in GitHub Desktop.
Save zhangludi/9c647111e17bdb0d91f29f223e4fbc51 to your computer and use it in GitHub Desktop.
Error response from daemon: Container b9820ff9dc45ce4f55294ed9de27c0b8c4997a3173e568bfdd56d6332e06e3b4 is not running
First of all, we have to start the docker container
ankit@ankit-HP-Notebook:~$ sudo docker start 3a19b39ea021
3a19b39ea021
After that, check the docker container:
ankit@ankit-HP-Notebook:~$ sudo docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
3a19b39ea021 coreapps/ubuntu16.04:latest "bash" 13 hours ago
Up 9 seconds ubuntu1
455b66057060 hello-world "/hello" 4 weeks ago
Exited (0) 4 weeks ago vigorous_bardeen
Then execute by using the command below:
ankit@ankit-HP-Notebook:~$ sudo docker exec -it 3a19b39ea021 bash
root@3a19b39ea021:/#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment