Skip to content

Instantly share code, notes, and snippets.

@obar1
Created February 18, 2020 18:27
Show Gist options
  • Save obar1/0b649cebc24f2f7fffbbec26252b8937 to your computer and use it in GitHub Desktop.
Save obar1/0b649cebc24f2f7fffbbec26252b8937 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
2
do 'docker ps' to get the names and docker id for your container.
do 'docker exec <docker_id> -it /bin/bash'
this will give you bash prompt inside container.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment