Skip to content

Instantly share code, notes, and snippets.

@delacruz-dev
Last active October 13, 2016 10:11
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 delacruz-dev/463b98e390f2618ec72b8db7b8b1c63b to your computer and use it in GitHub Desktop.
Save delacruz-dev/463b98e390f2618ec72b8db7b8b1c63b to your computer and use it in GitHub Desktop.
Open a shell terminal with a docker container given its name
docker exec -it myContainerName sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment