From 03c0f1a43e982b1bf537e63ca0f4ff75cdd65f82 Mon Sep 17 00:00:00 2001 From: dsissitka Date: Thu, 29 Aug 2013 12:27:35 -0400 Subject: [PATCH] Fixed a minor syntax error. Upstream-commit: 075253238dff72bdf03179fcb1d2b90ca097e7f0 Component: engine --- .../sources/api/docker_remote_api_v1.4.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/components/engine/docs/sources/api/docker_remote_api_v1.4.rst b/components/engine/docs/sources/api/docker_remote_api_v1.4.rst index 0adb5b834e..442235ce6f 100644 --- a/components/engine/docs/sources/api/docker_remote_api_v1.4.rst +++ b/components/engine/docs/sources/api/docker_remote_api_v1.4.rst @@ -1091,15 +1091,15 @@ Create a new image from a container's changes {"Id":"596069db4bf5"} - :query container: source container - :query repo: repository - :query tag: tag - :query m: commit message - :query author: author (eg. "John Hannibal Smith ") - :query run: config automatically applied when the image is run. (ex: {"Cmd": ["cat", "/world"], "PortSpecs":["22"]}) - :statuscode 201: no error - :statuscode 404: no such container - :statuscode 500: server error + :query container: source container + :query repo: repository + :query tag: tag + :query m: commit message + :query author: author (eg. "John Hannibal Smith ") + :query run: config automatically applied when the image is run. (ex: {"Cmd": ["cat", "/world"], "PortSpecs":["22"]}) + :statuscode 201: no error + :statuscode 404: no such container + :statuscode 500: server error Monitor Docker's events