Installation
Last updated
Was this helpful?
Last updated
Was this helpful?
For now, you can either install the daemon from source, or use the released binaries.
Since Cedana depends on , you will need to ensure it's dependencies are installed. For Ubuntu, you can install them with:
To build:
To install:
To build and install (with all plugins):
Try make help
to see all available targets.
Download the latest release from the .
A modified version of CRIU is shipped as a plugin for Cedana, so you don't need to install it separately. You can simply do:
You can directly start the daemon with:
The daemon requires root privileges for checkpoint/restore operations.
If you're a systemd user, you may also install it as a service:
Try make help
to see all available targets.
This version of CRIU is not a requirement for Cedana, but it is recommended for certain features, such as .
Note that, to install a plugin from the online registry, you need to be . See for more information.
To install CRIU independently, see the .
The daemon can be health checked to ensure it fully supports the system and is ready to accept requests. See for more information.