1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #9430 from sindhus/patch-3

Fix dead link cli.md
This commit is contained in:
Fred Lifton 2014-12-02 16:06:48 -08:00
commit 315520b845

View file

@ -102,7 +102,7 @@ To run the daemon with debug output, use `docker -d -D`.
### Daemon socket option
The Docker daemon can listen for [Docker Remote API](reference/api/docker_remote_api/)
The Docker daemon can listen for [Docker Remote API](/reference/api/docker_remote_api/)
requests via three different types of Socket: `unix`, `tcp`, and `fd`.
By default, a `unix` domain socket (or IPC socket) is created at `/var/run/docker.sock`,