Przeglądaj źródła

Merge pull request #27871 from yongtang/10282016-docs-max-concurrent-downloads-uploads

Update docs for dockerd.md about `max-concurrent-downloads/max-concurrent-uploads`
Sebastiaan van Stijn 8 lat temu
rodzic
commit
0fb23fb6bc
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      docs/reference/commandline/dockerd.md

+ 2 - 0
docs/reference/commandline/dockerd.md

@@ -1208,6 +1208,8 @@ This is a full example of the allowed configuration options on Windows:
     "graph": "",
     "cluster-store": "",
     "cluster-advertise": "",
+    "max-concurrent-downloads": 3,
+    "max-concurrent-uploads": 5,
     "shutdown-timeout": 15,
     "debug": true,
     "hosts": [],