mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 02:32:46 +01:00
[fix] Add space in daemon.json
This commit is contained in:
@@ -619,7 +619,7 @@ docker_registry() {
|
||||
if [ -n "$TURBO" ]; then local proxy="$TURBO"; else local proxy="$MSRV"; fi
|
||||
printf '%s\n'\
|
||||
"{"\
|
||||
" \"registry-mirrors\": [\"https://$proxy:5000\"]"\
|
||||
" \"registry-mirrors\": [ \"https://$proxy:5000\" ]"\
|
||||
"}" > /etc/docker/daemon.json
|
||||
echo "Docker Registry Setup - Complete" >> "$setup_log" 2>&1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user