Checkpoint/restore runc
Prerequisites
Create an account with Cedana, to get access to the GPU plugin. See authentication.
Set the Cedana URL & authentication token in the configuration.
Install the runc plugin with
sudo cedana plugin install runc
.Ensure the daemon is running, see installation.
Do a health check to ensure the plugin is ready, see health checks.
Basic
Run a new runc container, for example:
Checkpoint:
Restore:
Managed
Run a new managed runc container:
Checkpoint:
Restore:
GPU support
Just like for processes, as explained in checkpoint/restore with GPUs, GPU support is also available for managed runc containers.
Run a new managed runc container with GPU support:
Checkpoint:
Restore:
For all available CLI options, see CLI reference. Directly interacting with daemon is also possible through gRPC, see API reference.
Last updated
Was this helpful?