mirror of https://github.com/containers/podman.git
podman update allows users to change the cgroup configuration of an existing container using the already defined resource limits flags from podman create/run. The supported flags in crun are: this command is also now supported in the libpod api via the /libpod/containers/<CID>/update endpoint where the resource limits are passed inthe request body and follow the OCI resource spec format –memory –cpus –cpuset-cpus –cpuset-mems –memory-swap –memory-reservation –cpu-shares –cpu-quota –cpu-period –blkio-weight –cpu-rt-period –cpu-rt-runtime -device-read-bps -device-write-bps -device-read-iops -device-write-iops -memory-swappiness -blkio-weight-device resolves #15067 Signed-off-by: Charlie Doern <cdoern@redhat.com> |
||
---|---|---|
.. | ||
fixtures | ||
__init__.py | ||
test_v2_0_0_container.py | ||
test_v2_0_0_image.py | ||
test_v2_0_0_manifest.py | ||
test_v2_0_0_network.py | ||
test_v2_0_0_pod.py | ||
test_v2_0_0_system.py | ||
test_v2_0_0_volume.py | ||
v1_test_rest_v1_0_0.py |