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 e1c4f0891..74a180bd0 100755 --- a/test/ete/labs/gwu/apt-proxy.sh +++ b/test/ete/labs/gwu/apt-proxy.sh @@ -5,7 +5,7 @@ sed -i '/#!\/bin\/bash/a\ mkdir -p /etc/docker\ cat > /etc/docker/daemon.json <<EOF\ {\ - "insecure-registries" : ["192.168.1.51:5000"]\ + "insecure-registries" : ["192.168.2.20:5000"]\ }\ EOF\ cat > /etc/apt/apt.conf.d/30proxy<<EOF\ |