You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/commandline/dockerd.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1297,6 +1297,7 @@ This is a full example of the allowed configuration options on Linux:
1297
1297
"exec-opts": [],
1298
1298
"exec-root": "",
1299
1299
"experimental": false,
1300
+
"features": {},
1300
1301
"storage-driver": "",
1301
1302
"storage-opts": [],
1302
1303
"labels": [],
@@ -1392,6 +1393,7 @@ This is a full example of the allowed configuration options on Windows:
1392
1393
"dns-search": [],
1393
1394
"exec-opts": [],
1394
1395
"experimental": false,
1396
+
"features":{},
1395
1397
"storage-driver": "",
1396
1398
"storage-opts": [],
1397
1399
"labels": [],
@@ -1446,11 +1448,12 @@ The list of currently supported options that can be reconfigured is this:
1446
1448
the runtime shipped with the official docker packages.
1447
1449
-`runtimes`: it updates the list of available OCI runtimes that can
1448
1450
be used to run containers.
1449
-
-`authorization-plugin`: specifies the authorization plugins to use.
1451
+
-`authorization-plugin`: it specifies the authorization plugins to use.
1450
1452
-`allow-nondistributable-artifacts`: Replaces the set of registries to which the daemon will push nondistributable artifacts with a new set of registries.
1451
1453
-`insecure-registries`: it replaces the daemon insecure registries with a new set of insecure registries. If some existing insecure registries in daemon's configuration are not in newly reloaded insecure resgitries, these existing ones will be removed from daemon's config.
1452
1454
-`registry-mirrors`: it replaces the daemon registry mirrors with a new set of registry mirrors. If some existing registry mirrors in daemon's configuration are not in newly reloaded registry mirrors, these existing ones will be removed from daemon's config.
1453
1455
-`shutdown-timeout`: it replaces the daemon's existing configuration timeout with a new timeout for shutting down all containers.
1456
+
-`features`: it explicitly enables or disables specific features.
1454
1457
1455
1458
Updating and reloading the cluster configurations such as `--cluster-store`,
1456
1459
`--cluster-advertise` and `--cluster-store-opts` will take effect only if
0 commit comments