Add ability to configure docker containers via equvalient of --cpus flag #1359
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
At the moment Pulumi does not support to change the allowed amount of CPUs to be allocated for the container, it is only possible to set CPU Shares and CPU Sets.
See: https://docs.docker.com/engine/containers/resource_constraints/#cpu
It is much needed to have the ability to set CPUs since without it is not possible to constrain the container usage of CPU.
The text was updated successfully, but these errors were encountered: