Skip to content

Instantly share code, notes, and snippets.

@talwai
Created February 9, 2015 05:28
Show Gist options
  • Save talwai/84401c6f67d7b4721d2d to your computer and use it in GitHub Desktop.
Save talwai/84401c6f67d7b4721d2d to your computer and use it in GitHub Desktop.
Export Docker envars immediately after boot2docker up
boot2docker up && env | grep DOCKER | sed 's/^/export /' > docker.conf && . docker.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment