Parcourir la source

Merge pull request #1727 from dsissitka/patch-5

Fixed a minor syntax error.
Andy Rothfusz il y a 12 ans
Parent
commit
c46d9933ec
1 fichiers modifiés avec 9 ajouts et 9 suppressions
  1. 9 9
      docs/sources/api/docker_remote_api_v1.4.rst

+ 9 - 9
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 <hannibal@a-team.com>")
-	: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 <hannibal@a-team.com>")
+    :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