Skip to content

Instantly share code, notes, and snippets.

@rodrigobaron
Created February 17, 2015 16:14
Show Gist options
  • Save rodrigobaron/a36817082ffb66d32308 to your computer and use it in GitHub Desktop.
Save rodrigobaron/a36817082ffb66d32308 to your computer and use it in GitHub Desktop.
Fig support on boot2docker
alias fig='docker run --rm -it \
-v $(pwd):/app \
-v /var/run/docker.sock:/var/run/docker.sock \
-e FIG_PROJECT_NAME=$(basename $(pwd)) \
dduportal/fig'
# soucer https://github.com/docker/fig/issues/598#issuecomment-62174187
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment