Skip to content

Instantly share code, notes, and snippets.

@bmorwood
Created January 25, 2017 19:17
Show Gist options
  • Save bmorwood/2b30f89876246751bae3ae8edd10734d to your computer and use it in GitHub Desktop.
Save bmorwood/2b30f89876246751bae3ae8edd10734d to your computer and use it in GitHub Desktop.
open shell on running docker image
docker exec -ti <container name> /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment