mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
This fix tries to fix issues mentioned in #22100 for incorrect description of remote API's container creation params. Several issues have been fixed: 1. CPU and memory related params (e.g., `MemorySwap`, `CpuShares`, etc.) were incorrectly placed under the top level instead of under the HostConfig. (v1.18-v1.24) 2. The param `Cpuset` has been deprecated but was never removed. (v1.18-v1.24) 3. The param `PidsLimit` was not added even though the description has been added. (v1.23-v1.24) This fix fixes #22100 Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: 332e3b545b0c0e825364c0f09315f82546c791f0 Component: engine