make client side know container removal in progress

Signed-off-by: allencloud <allen.sun@daocloud.io>
Upstream-commit: 9a58f298d182945eb2b820e5e3539b754fdaa751
Component: engine
This commit is contained in:
allencloud
2016-08-27 21:39:34 +08:00
parent 67175b8b48
commit 672761b64e
4 changed files with 8 additions and 10 deletions

View File

@ -128,6 +128,7 @@ This section lists each version from latest to oldest. Each listing includes a
* `GET /networks/` endpoint now correctly returns a list of *all* networks,
instead of the default network if a trailing slash is provided, but no `name`
or `id`.
* `DELETE /containers/(name)` endpoint now returns an error of `removal of container name is already in progress` with status code of 400, when container name is in a state of removal in progress.
### v1.24 API changes