mirror of https://github.com/docker/docker-py.git
Set 'CpusetCpus' with the value of the cpuset param in create_container
This commit is contained in:
parent
f28e90bfab
commit
53aa77fd3a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue