containers/virtcontainers

Start docker container with the right number of vCPUs

Closed this issue · 0 comments

currently if a docker container is created with a CPU constrain, the VM start with the wrong number of vCPUs, the VM must start with the number of vCPUs specified by default_vcpus allowing to the runtime hot add / remove resources as needed

more info see: clearcontainers/runtime#1032 and clearcontainers/runtime#1041