Skip to content

Instantly share code, notes, and snippets.

@holms
Forked from mitchwongho/Docker
Created March 4, 2016 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save holms/44244a0c0968e5fd5865 to your computer and use it in GitHub Desktop.
Save holms/44244a0c0968e5fd5865 to your computer and use it in GitHub Desktop.
Docker 'run' command to start an interactive BaSH session
# Assuming an Ubuntu Docker image
$ docker run -it <image> /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment