From 50c44b6ca01db55b54ee6748dba452888aafcb58 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 1 Jun 2018 09:37:25 -0400 Subject: [PATCH] Install Script - Fix Docker --- so-setup-network.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/so-setup-network.sh b/so-setup-network.sh index b715f77da..a6ceb59b5 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -209,6 +209,7 @@ detect_os() { docker_registry() { + mkdir -p /etc/docker # Make the host use the master docker registry echo "{" > /etc/docker/daemon.json echo " \"registry-mirrors\": [\"https://$MSRV\"]" >> /etc/docker/daemon.json @@ -930,6 +931,7 @@ if (whiptail_you_sure); then sensor_pillar copy_ssh_key create_bond + docker_registry saltify configure_minion SENSOR copy_minion_pillar sensors