Last active
April 24, 2018 17:22
-
-
Save brittbinler/2d0fd604d14e6ac7a2e989b4e7408b40 to your computer and use it in GitHub Desktop.
Exec into Docker container and run bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker ps | |
| docker exec -it <container name> /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment