-
Notifications
You must be signed in to change notification settings - Fork 620
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
Pass options from docker cli to criu #506
Comments
Currently no solution. We recently continued the discussion how to handle configuration files for the RPC case: https://lists.openvz.org/pipermail/criu/2018-May/041211.html As docker is using runc and runc is using CRIU via RPC, that would be the solution for you. I just need to find the time to rewrite the patches. |
Thanks @adrianreber , I inserted the options in |
Also see #278 |
Configuration file support in RPC mode has been merged into the development branch : d1439a6 |
Available since CRIU 3.11. Needs opencontainers/runc#1933 to be merged. CRIU parts are finished though. |
to answer the original request: options can be added in |
Hi,
I am testing the docker checkpoint/restore feature based on
Docker version 17.03.1-ce
, I need pass some options from docker cli to criu, like--tcp-close
when restore the docker, any solutions?The text was updated successfully, but these errors were encountered: