1
0
Fork 0
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:
Jérôme Petazzoni 2013-05-07 11:16:30 -07:00
parent a2b5196061
commit efd9becb78
7 changed files with 19 additions and 2 deletions

View file

@ -16,6 +16,7 @@ Full -run example::
{"Hostname": "",
"User": "",
"CpuShares": 0,
"Memory": 0,
"MemorySwap": 0,
"PortSpecs": ["22", "80", "443"],