Skip to content

Instantly share code, notes, and snippets.

@mcenirm
Created May 12, 2016 19:28
Show Gist options
  • Save mcenirm/4a94b15389c4304c55fc4fa0c9c25e5e to your computer and use it in GitHub Desktop.
Save mcenirm/4a94b15389c4304c55fc4fa0c9c25e5e to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
set -x
here=$( cd "$( dirname "$0")" && /bin/pwd )
docker build \
--build-arg=http_proxy=http://192.168.99.1:3128 \
--rm=true \
--tag=experiment \
"$here"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment