Install Script - Fix Docker

This commit is contained in:
Mike Reeves
2018-06-01 09:37:25 -04:00
parent 9562b3c76e
commit 50c44b6ca0

View File

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