Skip to content

Instantly share code, notes, and snippets.

@jaxgeller
Last active August 29, 2015 14:24
Show Gist options
  • Save jaxgeller/64512a3bdc3719e3a17d to your computer and use it in GitHub Desktop.
Save jaxgeller/64512a3bdc3719e3a17d to your computer and use it in GitHub Desktop.
Run blank ubuntu instance via docker
#assuming if /bin/bash
# to run and bash it
docker run -i -t ubuntu /bin/bash
# if already running
docker exec id -it /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment