Created
May 12, 2016 19:28
-
-
Save mcenirm/4a94b15389c4304c55fc4fa0c9c25e5e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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