From b238c492e42104911412ce2a8d8eea66f5e69f5d Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 28 Oct 2020 10:50:10 -0400 Subject: [PATCH] Update so-functions --- setup/so-functions | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/so-functions b/setup/so-functions index 607d0bd8e..f2a701e7e 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -840,6 +840,9 @@ docker_registry() { echo "Setting up Docker Registry" >> "$setup_log" 2>&1 mkdir -p /etc/docker >> "$setup_log" 2>&1 + if [ -z "$DOCKERNET" ]; then + DOCKERNET=172.17.0.0 + fi # Make the host use the manager docker registry DNETBIP=$(echo $DOCKERNET | awk -F'.' '{print $1,$2,$3,1}' OFS='.')/24 if [ -n "$TURBO" ]; then local proxy="$TURBO"; else local proxy="https://$MSRV"; fi