Created
February 18, 2020 18:27
-
-
Save obar1/0b649cebc24f2f7fffbbec26252b8937 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
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
2 | |
do 'docker ps' to get the names and docker id for your container. | |
do 'docker exec <docker_id> -it /bin/bash' | |
this will give you bash prompt inside container. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment