SyntaxFix
Write A Post
Hire A Developer
Questions
With docker 1.3, there is a new command docker exec. This allows you to enter a running container:
docker exec
docker exec -it [container-id] bash