Skip to content

Instantly share code, notes, and snippets.

@bdavidhicks
Created September 20, 2017 13:50
Show Gist options
  • Save bdavidhicks/fd85e1765148bab078e6c7e3c23033aa to your computer and use it in GitHub Desktop.
Save bdavidhicks/fd85e1765148bab078e6c7e3c23033aa to your computer and use it in GitHub Desktop.
Git Bash profile to be placed in your home directory to start Docker machine and setup environment variables for Docker when Git Bash starts
docker-machine start default
eval $(docker-machine env)
. ~/.docker-completion.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment