I am trying to run the below command to run a bash shell within a running container :
docker run "container_id" /bin/bash
I am getting this error :
2013/07/27 20:00:24 Internal server error: 404 trying to fetch remote history for 27d757283842
I want to run bash shell in a running container so do I have to run an SSH server in it and logging via ssh ?
Can anyone help me with this query?
Thanks.