From 90b893aa81e7ce7174bde139785e6b9376ac53c0 Mon Sep 17 00:00:00 2001 From: Phil Spitler Date: Sun, 19 May 2013 09:37:02 -0300 Subject: [PATCH] Fixed typo in remote API doc Upstream-commit: ea7fdecd41a107d038503578324197780df002a8 Component: engine --- components/engine/docs/sources/api/docker_remote_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/api/docker_remote_api.rst b/components/engine/docs/sources/api/docker_remote_api.rst index 03f1d4b9cf..1dee086d0d 100644 --- a/components/engine/docs/sources/api/docker_remote_api.rst +++ b/components/engine/docs/sources/api/docker_remote_api.rst @@ -9,7 +9,7 @@ Docker Remote API - The Remote API is replacing rcli - 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 ============