Skip to content

Instantly share code, notes, and snippets.

@halhenke
Created August 17, 2016 07:00
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 halhenke/d452ff33b8bf596a65e180e0784acab0 to your computer and use it in GitHub Desktop.
Save halhenke/d452ff33b8bf596a65e180e0784acab0 to your computer and use it in GitHub Desktop.
Run a docker image & start an interactive BASH shell for dummies like me
function docker-bash -d "Run image & start interactive BASH shell"
docker run -i -t $argv[1] /bin/bash
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment