mirror of https://github.com/docker/docs.git
Set docker_remote_api_v1.25.md to draft in 1.12.x branch
It does not apply to 1.12.x but we are leaving the file in place to make future cherry-picks easier. Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
parent
99ed95cb57
commit
4da24ca1e3
|
@ -6,6 +6,7 @@ keywords = ["API, Docker, rcli, REST, documentation"]
|
||||||
[menu.main]
|
[menu.main]
|
||||||
parent="engine_remoteapi"
|
parent="engine_remoteapi"
|
||||||
weight=-6
|
weight=-6
|
||||||
|
draft = true
|
||||||
+++
|
+++
|
||||||
<![end-metadata]-->
|
<![end-metadata]-->
|
||||||
|
|
||||||
|
@ -2695,7 +2696,7 @@ See the [image tarball format](#image-tarball-format) for more details.
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
||||||
If the "quiet" query parameter is set to `true` / `1` (`?quiet=1`), progress
|
If the "quiet" query parameter is set to `true` / `1` (`?quiet=1`), progress
|
||||||
details are suppressed, and only a confirmation message is returned once the
|
details are suppressed, and only a confirmation message is returned once the
|
||||||
action completes.
|
action completes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue