From f4fec76472d8e5ea4aa5cd0fd924b032ce1a9205 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:01:09 +0100 Subject: [PATCH] docs: fix janky rendering of toc on docs.docker.com Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> (cherry picked from commit 0f058041c4775b17b65fbb48313a893f33411264) Signed-off-by: Sebastiaan van Stijn --- docs/reference/dockerd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/dockerd.md b/docs/reference/dockerd.md index bb603c9b386e..ae6eb2fee3e2 100644 --- a/docs/reference/dockerd.md +++ b/docs/reference/dockerd.md @@ -892,7 +892,7 @@ Alternatively, you can set custom locations for CDI specifications using the When CDI is enabled for a daemon, you can view the configured CDI specification directories using the `docker info` command. -#### Daemon logging format +#### Daemon logging format {#log-format} The `--log-format` option or "log-format" option in the [daemon configuration file](#daemon-configuration-file) lets you set the format for logs produced by the daemon. The logging format should @@ -1000,7 +1000,7 @@ Example of usage: } ``` -### Enable feature in the daemon (--feature) +### Enable feature in the daemon (--feature) {#feature} The `--feature` option lets you enable or disable a feature in the daemon. This option corresponds with the "features" field in the [daemon.json configuration file](#daemon-configuration-file).