Explorar o código

Remove userland-proxy-path from daemon.json

This flag is currently being set within the system container via
the init.sh
Steve Milner %!s(int64=8) %!d(string=hai) anos
pai
achega
6bc3ccc096
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      roles/docker/templates/daemon.json

+ 1 - 2
roles/docker/templates/daemon.json

@@ -16,6 +16,5 @@
     },
     "selinux-enabled": {{ l_docker_selinux_enabled | lower }},
     "add-registry": {{ l_docker_additional_registries }},
-    "block-registry": {{ l_docker_blocked_registries }},
-    "userland-proxy-path": "/usr/libexec/docker/docker-proxy-current"
+    "block-registry": {{ l_docker_blocked_registries }}
 }