Merge pull request #552 from bbodenmiller/patch-2

set no proxy flag - exclude machine from proxy
This commit is contained in:
Nathan LeClaire 2016-08-18 11:25:29 -07:00 committed by GitHub
commit c1cd1162f9
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ if [ "${VM_STATUS}" != "Running" ]; then
yes | "${DOCKER_MACHINE}" regenerate-certs "${VM}"
fi
eval "$(${DOCKER_MACHINE} env --shell=bash ${VM})"
eval "$(${DOCKER_MACHINE} env --shell=bash --no-proxy ${VM})"
clear
cat << EOF

View File

@ -68,7 +68,7 @@ if [ "${VM_STATUS}" != "Running" ]; then
fi
STEP="Setting env"
eval "$(${DOCKER_MACHINE} env --shell=bash ${VM})"
eval "$(${DOCKER_MACHINE} env --shell=bash --no-proxy ${VM})"
STEP="Finalize"
clear