Skip to content

Instantly share code, notes, and snippets.

@ishmaelahmed
Created August 14, 2015 14:34
Show Gist options
  • 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