From 79992184e0d4cdaa08f6920b649769c77cdd0558 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 11 Jan 2024 13:55:10 +0100 Subject: [PATCH] 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 --- docs/reference/commandline/dockerd.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/reference/commandline/dockerd.md b/docs/reference/commandline/dockerd.md index f465530902..996e0253a0 100644 --- a/docs/reference/commandline/dockerd.md +++ b/docs/reference/commandline/dockerd.md @@ -130,8 +130,11 @@ to [the `daemon.json` file](#daemon-configuration-file). ### Environment variables -For easy reference, the following list of environment variables are supported -by the `dockerd` command line: +The following list of environment variables are supported by the `dockerd` daemon. +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 | |:--------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|