Skip to content

Commit

Permalink
Merge pull request #5653 from dvdksn/docs-fix-screwy-dockerd-rendering
Browse files Browse the repository at this point in the history
docs: fix janky rendering of toc on docs.docker.com
  • Loading branch information
thaJeztah authored Nov 28, 2024
2 parents 682cf57 + 0f05804 commit 41fba28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/dockerd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

#### <a name="log-format"></a> 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
Expand Down Expand Up @@ -1000,7 +1000,7 @@ Example of usage:
}
```

### <a name="feature"></a> 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).
Expand Down

0 comments on commit 41fba28

Please sign in to comment.