terraform-provider-docker
terraform-provider-docker copied to clipboard
feat: add parameters for cpu quota handling
This exposes the options cpu_period and cpu_quota to the terraform docker_container resource and adds the convenience parameter cpus
as it is used by the docker cli.
See https://docs.docker.com/config/containers/resource_constraints/#configure-the-default-cfs-scheduler for upstream details
I've just realized, that #575 does a similar thing.