Skip to content

Instantly share code, notes, and snippets.

@kjschiroo
Last active September 30, 2017 21:37
Show Gist options
  • Save kjschiroo/deed3f9352d3f46307a2921fa347ab9f to your computer and use it in GitHub Desktop.
Save kjschiroo/deed3f9352d3f46307a2921fa347ab9f to your computer and use it in GitHub Desktop.
Instantly start up an instance
insta () {
docker run --rm -it $1 /bin/bash || docker run --rm -it $1 /bin/sh
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment