# 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: ```bash docker run --rm -it --entrypoint /bin/bash ```