podman checkpoint Error: configured runtime does not support checkpoint/restore #22123
-
Here is what I've tried in my test environment.
I want to ask for what I can do to solve this problem and why it happening. my podman version
my criu version
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Please try: # podman info --format '{{.Host.OCIRuntime.Path}}'
/usr/bin/crun <--- YMMV
# /usr/bin/crun checkpoint --help <----- Use the path that *your* podman shows If this emits an error, then file a bug with your distro asking for checkpoint support in the runtime tool. If this emits help-message-looking output, please post the full output of |
Beta Was this translation helpful? Give feedback.
-
Hello, I had the same problem; downloading the runc and configuring podman to use it(by changing the @edsantiago thank you for the |
Beta Was this translation helpful? Give feedback.
Please try:
If this emits an error, then file a bug with your distro asking for checkpoint support in the runtime tool.
If this emits help-message-looking output, please post the full output of
podman info
here.