Bläddra i källkod

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 11 år sedan
förälder
incheckning
e39299ca1d

+ 1 - 0
docs/sources/reference/api/docker_remote_api_v1.10.md

@@ -1023,6 +1023,7 @@ Build an image from Dockerfile via stdin
         the resulting image in case of success
         the resulting image in case of success
     -   **q** – suppress verbose build output
     -   **q** – suppress verbose build output
     -   **nocache** – do not use the cache when building the image
     -   **nocache** – do not use the cache when building the image
+    -   **rm** - remove intermediate containers after a successful build
 
 
     Request Headers:
     Request Headers:
 
 

+ 1 - 0
docs/sources/reference/api/docker_remote_api_v1.11.md

@@ -1063,6 +1063,7 @@ Build an image from Dockerfile via stdin
         the resulting image in case of success
         the resulting image in case of success
     -   **q** – suppress verbose build output
     -   **q** – suppress verbose build output
     -   **nocache** – do not use the cache when building the image
     -   **nocache** – do not use the cache when building the image
+    -   **rm** - remove intermediate containers after a successful build
 
 
     Request Headers:
     Request Headers: