aboutsummaryrefslogtreecommitdiffstats
path: root/plans/aaf/certservice/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plans/aaf/certservice/setup.sh')
-rw-r--r--plans/aaf/certservice/setup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/plans/aaf/certservice/setup.sh b/plans/aaf/certservice/setup.sh
index 76d9730e..250b92a2 100644
--- a/plans/aaf/certservice/setup.sh
+++ b/plans/aaf/certservice/setup.sh
@@ -35,6 +35,9 @@ pip uninstall -y docker-py
pip uninstall -y docker
pip install -U docker==2.7.0
+#Disable proxy - for local run
+unset http_proxy https_proxy
+
#export container name
export ClientContainerName=CertServiceClient
# ------------------------------------