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/dockerd.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ to [the `daemon.json` file](#daemon-configuration-file).
133
133
134
134
The following list of environment variables are supported by the `dockerd` daemon.
135
135
Some of these environment variables are supported both by the Docker Daemon and
136
-
the `docker` CLI. Refer to [Environment variables](https://docs.docker.com/engine/reference/commandline/cli/#environment-variables)
136
+
the `docker` CLI. Refer to [Environment variables](https://docs.docker.com/reference/cli/docker/#environment-variables)
137
137
to learn about environment variables supported by the `docker` CLI.
138
138
139
139
| Variable | Description |
@@ -169,7 +169,7 @@ in three ways:
169
169
options. (Docker Engine version 23.0 or later).
170
170
171
171
The command-line and configuration file options take precedence over environment
172
-
variables. Refer to [control and configure Docker with systemd](https://docs.docker.com/config/daemon/systemd/#httphttps-proxy)
172
+
variables. Refer to [control and configure Docker with systemd](https://docs.docker.com/engine/daemon/proxy/)
173
173
to set these environment variables on a host using `systemd`.
174
174
175
175
### Daemon socket option
@@ -332,7 +332,7 @@ drivers: `overlay2`, `fuse-overlayfs`, `btrfs`, and `zfs`.
332
332
and is selected by default. Unless users have a strong reason to prefer another storage driver,
333
333
`overlay2` should be used.
334
334
335
-
You can find out more about storage drivers and how to select one in [Select a storage driver](https://docs.docker.com/storage/storagedriver/select-storage-driver/).
335
+
You can find out more about storage drivers and how to select one in [Select a storage driver](https://docs.docker.com/engine/storage/drivers/select-storage-driver/).
336
336
337
337
On Windows, the Docker daemon only supports the `windowsfilter` storage driver.
338
338
@@ -424,7 +424,7 @@ installed outside of `PATH`, must be registered with the daemon, either via the
424
424
configuration file or using the `--add-runtime` command line flag.
425
425
426
426
For examples on how to use other container runtimes, see
0 commit comments