One to read: Top 15 Docker Commands – Docker Commands Tutorial
This is more of a reminder to myself, but I’m starting to do some work with some Docker containers, and struggled to work out how to get into a running container. This post basically gave me the one-liner I needed:
docker exec -it [container id|name] bash