From f929a00c04564cd8b596e5d0aa914b8708d936d7 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Fri, 13 Jul 2018 12:20:40 +0000 Subject: [PATCH] Add registry ip address as well to docker daemon --- roles/common/templates/docker-daemon.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/templates/docker-daemon.json.j2 b/roles/common/templates/docker-daemon.json.j2 index dac5687..4799ee5 100644 --- a/roles/common/templates/docker-daemon.json.j2 +++ b/roles/common/templates/docker-daemon.json.j2 @@ -1,3 +1,3 @@ { - "insecure-registries" : ["{{ registry_location }}"] + "insecure-registries" : ["{{ registry_location }}","10.0.0.221:5000"] }