Difference between revisions of "Docker run --cpus"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
"CpusetMems": "", | "CpusetMems": "", | ||
"CpuCount": 0, | "CpuCount": 0, | ||
+ | "CpuPercent": 0, | ||
+ | |||
+ | |||
+ | docker container inspect XXXXXXXX | grep -i cpu | ||
+ | "[[CpuShares]]": 2, | ||
+ | "NanoCpus": 0, | ||
+ | "CpuPeriod": 0, | ||
+ | "CpuQuota": 0, | ||
+ | "CpuRealtimePeriod": 0, | ||
+ | "CpuRealtimeRuntime": 0, | ||
+ | "CpusetCpus": "", | ||
+ | "CpusetMems": "", | ||
+ | "[[CpuCount]]": 0, | ||
"CpuPercent": 0, | "CpuPercent": 0, | ||
Revision as of 15:12, 12 July 2023
- https://docs.docker.com/config/containers/resource_constraints/
- https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources
docker container inspect | grep -i cpu "NanoCpus": 0, "CpuPeriod": 0, "CpuQuota": 0, "CpuRealtimePeriod": 0, "CpuRealtimeRuntime": 0, "CpusetCpus": "", "CpusetMems": "", "CpuCount": 0, "CpuPercent": 0,
docker container inspect XXXXXXXX | grep -i cpu "CpuShares": 2, "NanoCpus": 0, "CpuPeriod": 0, "CpuQuota": 0, "CpuRealtimePeriod": 0, "CpuRealtimeRuntime": 0, "CpusetCpus": "", "CpusetMems": "", "CpuCount": 0, "CpuPercent": 0,
docker update --cpus CPUCount --cpu-shares docker container inspect | grep -i cpu
Advertising: