From c37d6bf2a08c9ae05ebf16522b33b95d389642c1 Mon Sep 17 00:00:00 2001 From: allencloud Date: Thu, 20 Oct 2016 09:10:35 +0800 Subject: [PATCH] change created description in api change Signed-off-by: allencloud --- docs/reference/api/docker_remote_api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/api/docker_remote_api.md b/docs/reference/api/docker_remote_api.md index ebda493765..de64b756af 100644 --- a/docs/reference/api/docker_remote_api.md +++ b/docs/reference/api/docker_remote_api.md @@ -130,10 +130,11 @@ This section lists each version from latest to oldest. Each listing includes a containers that are tasks (part of a service in swarm mode). * `POST /containers/create` now takes `StopTimeout` field. * `POST /services/create` and `POST /services/(id or name)/update` now accept `Monitor` and `MaxFailureRatio` parameters, which control the response to failures during service updates. -* `GET /networks/(name)` now returns `Created`. +* `GET /networks/(name)` now returns field `Created` in response to show network created time. * `POST /containers/(id or name)/exec` now accepts an `Env` field, which holds a list of environment variables to be set in the context of the command execution. * `GET /volumes`, `GET /volumes/(name)`, and `POST /volumes/create` now return the `Options` field which holds the driver specific options to use for when creating the volume. + ### v1.24 API changes [Docker Remote API v1.24](docker_remote_api_v1.24.md) documentation