[Question]: Checkpoint support?
Is your question not already answered in the FAQ?
- [x] I made sure the question is not listed in the FAQ.
Is this a general question and not a technical issue?
- [x] I am sure my question is not about a technical issue.
Question
I want to try this project to set up a device farm to test my software. The issue is that I'm not sure how to apply checkpoint functionality. For example, with Hyper-V, I can save the current device state and restore it at any point in time. But how can I achieve the same with dockur?
Or maybe someone can suggest better tools for my use case? Thanks, everyone, and have a nice day!
U should ask qemu project
https://wiki.qemu.org/Documentation/CreateSnapshot
The easiest way is to just shutdown the container and create a copy of the folder binded to /storage. Then to restore this point in the future, just replace the folder with the copy taken earlier.