docs: dockerd: rephrase environment-variables intro

Slightly rephrase the intro (remove "easy reference"), and cross-reference
the corresponding section on the docker CLI page.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2024-01-11 13:55:10 +01:00
parent 4d2b4e7fba
commit 79992184e0
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 5 additions and 2 deletions

View File

@ -130,8 +130,11 @@ to [the `daemon.json` file](#daemon-configuration-file).
### Environment variables ### Environment variables
For easy reference, the following list of environment variables are supported The following list of environment variables are supported by the `dockerd` daemon.
by the `dockerd` command line: Some of these environment variables are supported both by the Docker Daemon and
the `docker` CLI. Refer to [Environment variables](cli.md#environment-variables)
in the CLI section to learn about environment variables supported by the
`docker` CLI.
| Variable | Description | | Variable | Description |
|:--------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |:--------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|