mirror of https://github.com/docker/docs.git
Fixed typo in remote API doc
This commit is contained in:
parent
66e9f155c3
commit
ea7fdecd41
|
@ -9,7 +9,7 @@ Docker Remote API
|
||||||
|
|
||||||
- The Remote API is replacing rcli
|
- The Remote API is replacing rcli
|
||||||
- Default port in the docker deamon is 4243
|
- Default port in the docker deamon is 4243
|
||||||
- The API tends to be REST, but for some complex commands, like attach or pull, the HTTP connection in hijacked to transport stdout stdin and stderr
|
- 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
|
||||||
|
|
||||||
2. Endpoints
|
2. Endpoints
|
||||||
============
|
============
|
||||||
|
|
Loading…
Reference in New Issue