Skip to content

Instantly share code, notes, and snippets.

@loplex
Forked from mitchwongho/Docker
Created April 23, 2017 13:14
Show Gist options
  • Save loplex/4d1096aa33f63b134b834e2cc823a1a4 to your computer and use it in GitHub Desktop.
Save loplex/4d1096aa33f63b134b834e2cc823a1a4 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