Check minimum kernel memory limit to be 4M

Fixes: #18405

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
Upstream-commit: 2347f98003af34dd1cfd290bf0f2cc7e6ae07b03
Component: engine
This commit is contained in:
Qiang Huang
2015-12-09 14:26:41 +08:00
parent 0284a047a6
commit 8a7da51391
4 changed files with 19 additions and 4 deletions

View File

@ -102,6 +102,7 @@ This section lists each version from latest to oldest. Each listing includes a
* `GET /version` now returns the `BuildTime` field in RFC3339Nano format to make it
consistent with other date/time values returned by the API.
* `AuthConfig` now supports a `registrytoken` for token based authentication
* `POST /containers/create` now has a 4M minimum value limit for `HostConfig.KernelMemory`
### v1.21 API changes