Debug a running docker container

Problem:
I have a running docker container how can I peek inside?

Solution:
docker exec -it containerid /bin/bash
This will give you a bash shell in the container.

Comments

Popular posts from this blog

The biggest java security vulnerability of 2021