diff options
Diffstat (limited to 'test/ete/labs/gwu/apt-proxy.sh')
-rwxr-xr-x | test/ete/labs/gwu/apt-proxy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ete/labs/gwu/apt-proxy.sh b/test/ete/labs/gwu/apt-proxy.sh index 7c371ec24..c771c711b 100755 --- a/test/ete/labs/gwu/apt-proxy.sh +++ b/test/ete/labs/gwu/apt-proxy.sh @@ -3,7 +3,7 @@ sed -i '/#!\/bin\/bash/a\ mkdir -p /etc/docker\ cat > /etc/docker/daemon.json <<EOF\ {\ - "insecure-registries" : ["stack.local.enacct.com:5000"]\ + "insecure-registries" : ["docker-proxy.local.enacct.com:5000"]\ }\ EOF\ cat > /etc/apt/apt.conf.d/30proxy<<EOF\ |