Created
January 19, 2016 05:28
-
-
Save DuaneNielsen/3e485d7b63a38032c273 to your computer and use it in GitHub Desktop.
Start a bash shell in the given docker image
This file contains 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 run -it --entrypoint bash $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
d-bash <docker image>
d-bash duanenielsen/assistant
useful to poke around in a container that wont start