To list the docker processes and get the container id:docker ps
Then use:docker exec -it <containerIdOrName> bash
How to get bash or ssh into a running container in background mode?
Comment feed for this post