Merge pull request #2348 from Security-Onion-Solutions/soup2320

SOUP Changes
This commit is contained in:
Mike Reeves
2020-12-14 21:19:45 -05:00
committed by GitHub
7 changed files with 64 additions and 3 deletions

View File

@@ -911,6 +911,7 @@ docker_registry() {
echo "Setting up Docker Registry" >> "$setup_log" 2>&1
mkdir -p /etc/docker >> "$setup_log" 2>&1
# This will get applied so docker can attempt to start
if [ -z "$DOCKERNET" ]; then
DOCKERNET=172.17.0.0
fi