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 -ti 'CONTAINER_NAME' sh or docker exec -ti 'CONTAINER_ID' sh