Skip to content

Commit 41fba28

Browse files
authored
Merge pull request #5653 from dvdksn/docs-fix-screwy-dockerd-rendering
docs: fix janky rendering of toc on docs.docker.com
2 parents 682cf57 + 0f05804 commit 41fba28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/dockerd.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ Alternatively, you can set custom locations for CDI specifications using the
892892
When CDI is enabled for a daemon, you can view the configured CDI specification
893893
directories using the `docker info` command.
894894

895-
#### <a name="log-format"></a> Daemon logging format
895+
#### Daemon logging format {#log-format}
896896

897897
The `--log-format` option or "log-format" option in the [daemon configuration file](#daemon-configuration-file)
898898
lets you set the format for logs produced by the daemon. The logging format should
@@ -1000,7 +1000,7 @@ Example of usage:
10001000
}
10011001
```
10021002

1003-
### <a name="feature"></a> Enable feature in the daemon (--feature)
1003+
### Enable feature in the daemon (--feature) {#feature}
10041004

10051005
The `--feature` option lets you enable or disable a feature in the daemon.
10061006
This option corresponds with the "features" field in the [daemon.json configuration file](#daemon-configuration-file).

0 commit comments

Comments
 (0)