From 1965fc293ce4e797d5cfb3583ebeecd2ffabf30d Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 31 May 2018 09:43:14 -0400 Subject: [PATCH] Master Module - Create registry config --- salt/master/files/registry/config.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 salt/master/files/registry/config.yml diff --git a/salt/master/files/registry/config.yml b/salt/master/files/registry/config.yml new file mode 100644 index 000000000..f903d06d1 --- /dev/null +++ b/salt/master/files/registry/config.yml @@ -0,0 +1,2 @@ +proxy: + remoteurl: https://registry-1.docker.io \ No newline at end of file