Skip to content

Instantly share code, notes, and snippets.

@MatthewRDodds
Last active August 29, 2015 14:14
Show Gist options
  • Save MatthewRDodds/df0d7b2cec10db7d7714 to your computer and use it in GitHub Desktop.
Save MatthewRDodds/df0d7b2cec10db7d7714 to your computer and use it in GitHub Desktop.
docker exploration
cd /builds
docker build --tag=tag .
docker run -d tag
docker exec -it container bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment