Closed
Description
hi,
one of the reason i chose podman is i do not need to use podman by root user.
today, when i try to use podman container checkpoint to test podman contaner restore,
but i got these message:
Error: checkpointing a container requires root
when use root permission, I got these message:
Error: no container with name or ID b281916d9b79 found: no such container
And I found when i start a container by non root user, I can find it from ' podman container ls -a '.
so, how to make checkpoin of a container start by non root user?
and my podman version is 'podman version 1.6.4'
Thanks for your time.