Skip to content

Instantly share code, notes, and snippets.

@boniface
Last active June 13, 2016 13:58
Show Gist options
  • Save boniface/037ca97420d9193ed1ed2ebdf77f0745 to your computer and use it in GitHub Desktop.
Save boniface/037ca97420d9193ed1ed2ebdf77f0745 to your computer and use it in GitHub Desktop.
Docker Build Behind a Prroxy
docker build -t bonifacekabaso/cassandrad:2.2.6 \
--build-arg http_proxy="http://[USER]:[PASSWD]@[IP]:[PORT]" \
--build-arg https_proxy="http://[USER]:[PASSWD]@[IP]:[PORT]" \
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment