Skip to content

Instantly share code, notes, and snippets.

@ianblenke
Last active August 29, 2015 14:08
Show Gist options
  • Save ianblenke/f48bc5cf8b2567bd8006 to your computer and use it in GitHub Desktop.
Save ianblenke/f48bc5cf8b2567bd8006 to your computer and use it in GitHub Desktop.
fig alias for docker run ianblenke/fig-docker
alias fig="docker run -v $(pwd):/app -v $DOCKER_CERT_PATH:/certs -e DOCKER_CERT_PATH=/certs -e DOCKER_HOST=$DOCKER_HOST -e DOCKER_TLS_VERIFY=$DOCKER_TLS_VERIFY -ti --rm ianblenke/fig-docker fig"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment