Unifying proxy variables for tox
This patch adds proxy-related variables to tox command. Change-Id: Ifa202936f5cd240978893e2ee280eb4f27fb0744
This commit is contained in:
parent
c8a0aeb5c3
commit
46e406ba71
@ -241,7 +241,7 @@ To build the image from behind a proxy, you can:
|
||||
|
||||
export http_proxy=...
|
||||
export no_proxy=...
|
||||
docker build --build-arg http_proxy=$http_proxy --build-arg https_proxy=$http_proxy --build-arg no_proxy=$no_proxy -t promenade:local .
|
||||
docker build --build-arg http_proxy=$http_proxy --build-arg https_proxy=$http_proxy --build-arg no_proxy=$no_proxy -t promenade:local .
|
||||
|
||||
|
||||
For convenience, there is a script which builds an image from the current code,
|
||||
|
Loading…
Reference in New Issue
Block a user