[fix] Add space in daemon.json

This commit is contained in:
William Wernert
2020-05-22 14:47:00 -04:00
parent 579b622935
commit 862631b93a

View File

@@ -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