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

This commit is contained in:
Joffrey F 2015-05-08 11:32:36 -07:00
parent f28e90bfab
commit 53aa77fd3a
1 changed files with 1 additions and 0 deletions

View File

@ -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,