Skip to content

Instantly share code, notes, and snippets.

@murilopolese
Created August 15, 2015 17:58
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 murilopolese/c6dcec89a00813512a4b to your computer and use it in GitHub Desktop.
Save murilopolese/c6dcec89a00813512a4b to your computer and use it in GitHub Desktop.
Docker zsh env magic
if docker-machine status boot2docker | grep Running > /dev/null; then
eval "$(docker-machine env boot2docker)"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment