-
Notifications
You must be signed in to change notification settings - Fork 729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRIU: rootless checkpoint and restore on non docker environment #14265
Comments
@ymanton can you please provide a link to your CRIU and J9 commits |
There are two ways to run as non-root. The first is to give
The second is to use just
In order to check if the kernel and/or libcap supports it, do as follows:
|
@AdamBrousseau FYI |
when I use criu in non-root mode: criu restore --unprivileged -vvvv --shell-job, I don't know why?
|
@fwp20033191 Was the |
Try redirecting your std in/out/err to files. Some functionality related to terminals still requires root or |
Requirements:
This is only possible via commandline option
So we need to patch criu to enable it via the API
The text was updated successfully, but these errors were encountered: