mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-03 20:21:44 +00:00
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)
This commit is contained in:
@@ -1023,6 +1023,7 @@ Build an image from Dockerfile via stdin
|
||||
the resulting image in case of success
|
||||
- **q** – suppress verbose build output
|
||||
- **nocache** – do not use the cache when building the image
|
||||
- **rm** - remove intermediate containers after a successful build
|
||||
|
||||
Request Headers:
|
||||
|
||||
|
||||
@@ -1063,6 +1063,7 @@ Build an image from Dockerfile via stdin
|
||||
the resulting image in case of success
|
||||
- **q** – suppress verbose build output
|
||||
- **nocache** – do not use the cache when building the image
|
||||
- **rm** - remove intermediate containers after a successful build
|
||||
|
||||
Request Headers:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user