Fix bug which mistakes 400 error for 500
Signed-off-by: Wang Xing <hzwangxing@corp.netease.com> Upstream-commit: beca2615782e24fa28803ada067129fdfa88c77d Component: engine
This commit is contained in:
@ -116,6 +116,8 @@ This section lists each version from latest to oldest. Each listing includes a
|
||||
* `GET /info` now returns `SecurityOptions` field, showing if `apparmor`, `seccomp`, or `selinux` is supported.
|
||||
* `GET /networks` now supports filtering by `label` and `driver`.
|
||||
* `POST /containers/create` now takes `MaximumIOps` and `MaximumIOBps` fields. Windows daemon only.
|
||||
* `POST /containers/create` now returns a HTTP 400 "bad parameter" message
|
||||
if no command is specified (instead of a HTTP 500 "server error")
|
||||
|
||||
### v1.23 API changes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user