newsnowlabs / runcvm

RunCVM (Run Container VM) is an experimental open-source Docker container runtime, for launching standard container workloads - as well as Systemd, Docker, even OpenWrt - in VMs using 'docker run`
Apache License 2.0
72 stars 4 forks source link

Support docker pause and unpause #19

Open struanb opened 3 months ago

struanb commented 3 months ago

Support for this is prototyped but reliant upon a newer version of virtiofsd (which fixes earlier bugs preventing safe pausing) and upon the RunCVM runtime calling (and knowing the path to call for) runc directly.