Skip to content

Instantly share code, notes, and snippets.

@brittbinler
Last active April 24, 2018 17:22
Show Gist options
  • Save brittbinler/2d0fd604d14e6ac7a2e989b4e7408b40 to your computer and use it in GitHub Desktop.
Save brittbinler/2d0fd604d14e6ac7a2e989b4e7408b40 to your computer and use it in GitHub Desktop.
Exec into Docker container and run bash
docker ps
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