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

spell error: in other parts, they are lower-case

Signed-off-by: tim-zju <21651152@zju.edu.cn>
This commit is contained in:
tim-zju 2016-12-19 13:05:11 +08:00
parent 98fef1cb0b
commit 4bf9e7caaa

View file

@ -21,8 +21,8 @@ redirect_from:
- The daemon listens on `unix:///var/run/docker.sock` but you can
[Bind Docker to another host/port or a Unix socket](../reference/commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
- The API tends to be REST, but for some complex commands, like `attach`
or `pull`, the HTTP connection is hijacked to transport `STDOUT`,
`STDIN` and `STDERR`.
or `pull`, the HTTP connection is hijacked to transport `stdout`,
`stdin` and `stderr`.
## 2. Endpoints