Przeglądaj źródła

Remove userland-proxy-path from daemon.json

This flag is currently being set within the system container via
the init.sh
Steve Milner 8 lat temu
rodzic
commit
6bc3ccc096
1 zmienionych plików z 1 dodań i 2 usunięć
  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 }}
 }