Skip to content

Instantly share code, notes, and snippets.

@ishmaelahmed
Created August 14, 2015 14:34
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 ishmaelahmed/4c2c15c3e9b97eb8471a to your computer and use it in GitHub Desktop.
Save ishmaelahmed/4c2c15c3e9b97eb8471a to your computer and use it in GitHub Desktop.
open a bash shell in running docker contianer
sudo docker exec -it {tag} bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment