Kaydet (Commit) 53aa77fd authored tarafından Joffrey F's avatar Joffrey F

Set 'CpusetCpus' with the value of the cpuset param in create_container

üst f28e90bf
......@@ -577,6 +577,7 @@ def create_container_config(
'Entrypoint': entrypoint,
'CpuShares': cpu_shares,
'Cpuset': cpuset,
'CpusetCpus': cpuset,
'WorkingDir': working_dir,
'MemorySwap': memswap_limit,
'HostConfig': host_config,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment