Skip to content

Instantly share code, notes, and snippets.

@a11n
Created October 13, 2015 06:38
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 a11n/a1fa911a2e0a402044ab to your computer and use it in GitHub Desktop.
Save a11n/a1fa911a2e0a402044ab to your computer and use it in GitHub Desktop.
Docker shell of running container
#Get container ID
docker ps
#Start shell
docker exec -i -t <ID> bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment