You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a hypothetical question, is possible to run crun from the container ?
My use case would be to modify container resource contrains as Podman does not have an /update endpoint as docker has.
For example:
podman run --rm -it --privileged -v /run/crun:/hostfs/run/crun alpine sh -c 'apk add crun; crun --root /hostfs/run/crun list'
@giuseppe hello, I need to change -cpu-quota and --cpu-period for a running container and that's not possible in current version ( 4.2.0 ) ATTOW, see containers/podman#5763 (comment)
Can You specify which version of Podman supports podman container update command / API endpoint ? Thanks
I have a hypothetical question, is possible to run crun from the container ?
My use case would be to modify container resource contrains as Podman does not have an /update endpoint as docker has.
For example:
shows containers, but in stopped state.
Thanks
EDIT:
Got it working..
The text was updated successfully, but these errors were encountered: