terraform-provider-docker icon indicating copy to clipboard operation
terraform-provider-docker copied to clipboard

feat: add parameters for cpu quota handling

Open janLo opened this issue 3 months ago • 3 comments

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

janLo avatar Mar 11 '24 16:03 janLo

I've just realized, that #575 does a similar thing.

janLo avatar Mar 12 '24 12:03 janLo