Merge pull request #3467 from pzhlkj6612/docs-fix-link

docs: dockerd: fix an unclickable and non-direct link in Markdown's blockquote area
This commit is contained in:
Sebastiaan van Stijn 2022-03-14 13:51:57 +01:00 committed by GitHub
commit fce43580f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1386,7 +1386,7 @@ This is a full example of the allowed configuration options on Linux:
> daemon startup as a flag.
> On systems that use `systemd` to start the Docker daemon, `-H` is already set, so
> you cannot use the `hosts` key in `daemon.json` to add listening addresses.
> See https://docs.docker.com/engine/admin/systemd/#custom-docker-daemon-options for how
> See ["custom Docker daemon options"](https://docs.docker.com/config/daemon/systemd/#custom-docker-daemon-options) for how
> to accomplish this task with a systemd drop-in file.
##### On Windows