mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
implement "-c" option to allocate a number of CPU shares to a container
This commit is contained in:
parent
a2b5196061
commit
efd9becb78
7 changed files with 19 additions and 2 deletions
|
@ -16,6 +16,7 @@ Full -run example::
|
|||
|
||||
{"Hostname": "",
|
||||
"User": "",
|
||||
"CpuShares": 0,
|
||||
"Memory": 0,
|
||||
"MemorySwap": 0,
|
||||
"PortSpecs": ["22", "80", "443"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue