mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add missing comma in daemon.json
This commit is contained in:
@@ -844,7 +844,7 @@ docker_registry() {
|
|||||||
if [ -n "$TURBO" ]; then local proxy="$TURBO"; else local proxy="https://$MSRV"; fi
|
if [ -n "$TURBO" ]; then local proxy="$TURBO"; else local proxy="https://$MSRV"; fi
|
||||||
printf '%s\n'\
|
printf '%s\n'\
|
||||||
"{"\
|
"{"\
|
||||||
" \"registry-mirrors\": [ \"$proxy:5000\" ]"\
|
" \"registry-mirrors\": [ \"$proxy:5000\" ],"\
|
||||||
" \"default-address-pools\": ["\
|
" \"default-address-pools\": ["\
|
||||||
" {"\
|
" {"\
|
||||||
" \"base\" : \"$DOCKERNET\","\
|
" \"base\" : \"$DOCKERNET\","\
|
||||||
|
|||||||
Reference in New Issue
Block a user