Skip to content

Instantly share code, notes, and snippets.

@alextucker
Created August 28, 2013 13:22
Show Gist options
  • Save alextucker/6366001 to your computer and use it in GitHub Desktop.
Save alextucker/6366001 to your computer and use it in GitHub Desktop.
docker images # See a listing of all of your docker images
docker run -i -t app/myapp /bin/bash # Start an interactive terminal inside of your container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment