I have a container that is running the Apache service in the foreground. I would like to be able to access the container from another shell in order to \"poke around\" insid
docker exec -t -i container_name /bin/bash
Will take you to the containers console.