197 B
197 B
Exec Into Container
Often it's handy to exec into a container to poke around or run commands. Here's how you can do that:
docker run --rm -it --entrypoint /bin/bash <container-name>