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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1289,6 +1289,7 @@ The list of currently supported options that can be reconfigured is this:
1289
1289
be used to run containers
1290
1290
- `authorization-plugin`: specifies the authorization plugins to use.
1291
1291
- `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.
1292
+
- `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.
1292
1293
1293
1294
Updating and reloading the cluster configurations such as `--cluster-store`,
1294
1295
`--cluster-advertise` and `--cluster-store-opts` will take effect only if
0 commit comments