1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Move "until" option to correct API version

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2017-11-03 16:11:07 +01:00
parent 68a4552529
commit 6f34bd6f96
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -21,7 +21,8 @@ keywords: "API, Docker, rcli, REST, documentation"
`Isolation` field on container spec to set the Isolation technology of the
containers running the service (`default`, `process`, or `hyperv`). This
configuration is only used for Windows containers.
* `GET /containers/(name)/logs` now supports an additional query parameter: `until`,
which returns log lines that occurred before the specified timestamp.
## v1.34 API changes
@ -33,7 +34,6 @@ keywords: "API, Docker, rcli, REST, documentation"
If `Error` is `null`, container removal has succeeded, otherwise
the test of an error message indicating why container removal has failed
is available from `Error.Message` field.
* `GET /containers/(name)/logs` now supports an additional query parameter: `until`, which returns log lines that occurred before the specified timestamp.
## v1.33 API changes