Skip to content

Instantly share code, notes, and snippets.

@egustafson
Last active March 12, 2018 22:28
Show Gist options
  • Save egustafson/5049afa06b60653c5edd3c6b3134cf1a to your computer and use it in GitHub Desktop.
Save egustafson/5049afa06b60653c5edd3c6b3134cf1a to your computer and use it in GitHub Desktop.
Get a shell inside a running docker

docker exec -it <container-name> /bin/bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment