Browse code

docs: add back build to remote api v1.10 & v1.11

This adds back the rm query parameter to the remote api docs for api
v1.10 and v1.11.

Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)

unclejack authored on 2014/05/19 23:51:47
Showing 2 changed files
... ...
@@ -1023,6 +1023,7 @@ Build an image from Dockerfile via stdin
1023 1023
         the resulting image in case of success
1024 1024
     -   **q** – suppress verbose build output
1025 1025
     -   **nocache** – do not use the cache when building the image
1026
+    -   **rm** - remove intermediate containers after a successful build
1026 1027
 
1027 1028
     Request Headers:
1028 1029
 
... ...
@@ -1063,6 +1063,7 @@ Build an image from Dockerfile via stdin
1063 1063
         the resulting image in case of success
1064 1064
     -   **q** – suppress verbose build output
1065 1065
     -   **nocache** – do not use the cache when building the image
1066
+    -   **rm** - remove intermediate containers after a successful build
1066 1067
 
1067 1068
     Request Headers:
1068 1069