Created
August 17, 2016 07:00
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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