Signed-off-by: allencloud <allen.sun@daocloud.io>
| ... | ... |
@@ -130,10 +130,11 @@ This section lists each version from latest to oldest. Each listing includes a |
| 130 | 130 |
containers that are tasks (part of a service in swarm mode). |
| 131 | 131 |
* `POST /containers/create` now takes `StopTimeout` field. |
| 132 | 132 |
* `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. |
| 133 |
-* `GET /networks/(name)` now returns `Created`. |
|
| 133 |
+* `GET /networks/(name)` now returns field `Created` in response to show network created time. |
|
| 134 | 134 |
* `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. |
| 135 | 135 |
* `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. |
| 136 | 136 |
|
| 137 |
+ |
|
| 137 | 138 |
### v1.24 API changes |
| 138 | 139 |
|
| 139 | 140 |
[Docker Remote API v1.24](docker_remote_api_v1.24.md) documentation |