mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05: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> |
||
---|---|---|
.. | ||
api | ||
commandline | ||
builder.md | ||
glossary.md | ||
index.md | ||
run.md |