Skip to content

Instantly share code, notes, and snippets.

@DuaneNielsen
Created January 19, 2016 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DuaneNielsen/3e485d7b63a38032c273 to your computer and use it in GitHub Desktop.
Save DuaneNielsen/3e485d7b63a38032c273 to your computer and use it in GitHub Desktop.
Start a bash shell in the given docker image
docker run -it --entrypoint bash $1
@DuaneNielsen
Copy link
Author

d-bash <docker image>

d-bash duanenielsen/assistant

useful to poke around in a container that wont start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment