mirror of https://github.com/docker/cli.git
docs: fix broken link in dockerd.md
The Engine API docs are not available in this GitHub repository, so linking to the docs.docker.com website instead. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
590f3271ef
commit
98a3d6a48a
|
@ -124,7 +124,7 @@ the `daemon.json` file.
|
|||
|
||||
### Daemon socket option
|
||||
|
||||
The Docker daemon can listen for [Docker Engine API](../api/)
|
||||
The Docker daemon can listen for [Docker Engine API](https://docs.docker.com/engine/api/)
|
||||
requests via three different types of Socket: `unix`, `tcp`, and `fd`.
|
||||
|
||||
By default, a `unix` domain socket (or IPC socket) is created at
|
||||
|
|
Loading…
Reference in New Issue