Browse code

Fixed a minor syntax error.

dsissitka authored on 2013/08/30 01:27:35
Showing 1 changed files
... ...
@@ -1091,15 +1091,15 @@ Create a new image from a container's changes
1091 1091
 
1092 1092
         {"Id":"596069db4bf5"}
1093 1093
 
1094
-	:query container: source container
1095
-	:query repo: repository
1096
-	:query tag: tag
1097
-	:query m: commit message
1098
-	:query author: author (eg. "John Hannibal Smith <hannibal@a-team.com>")
1099
-	:query run: config automatically applied when the image is run. (ex: {"Cmd": ["cat", "/world"], "PortSpecs":["22"]})
1100
-        :statuscode 201: no error
1101
-	:statuscode 404: no such container
1102
-        :statuscode 500: server error
1094
+    :query container: source container
1095
+    :query repo: repository
1096
+    :query tag: tag
1097
+    :query m: commit message
1098
+    :query author: author (eg. "John Hannibal Smith <hannibal@a-team.com>")
1099
+    :query run: config automatically applied when the image is run. (ex: {"Cmd": ["cat", "/world"], "PortSpecs":["22"]})
1100
+    :statuscode 201: no error
1101
+    :statuscode 404: no such container
1102
+    :statuscode 500: server error
1103 1103
 
1104 1104
 
1105 1105
 Monitor Docker's events