Installation
Prerequisites
Using apt (Ubuntu/Debian)
apt-get install -y libnet-dev libprotobuf-c-dev libnl-3-dev libbsd-dev libcap-dev libseccomp-dev libgpgme11-dev libnftables-devUsing dnf/yum (Fedora/CentOS)
yum install -y libnet-devel protobuf-c-devel libnl3-devel libbsd-devel libcap-devel libseccomp-devel gpgme-devel nftables-develDownload latest release
curl -fsSL https://github.com/cedana/cedana/releases/latest/download/install-release.sh | sudo -E bashexport CEDANA_URL=https://myorg.cedana.ai/v1
export CEDANA_AUTH_TOKEN=your_auth_token
curl -fsSL ${CEDANA_URL}/install?version=latest -H "Authorization: Bearer ${CEDANA_AUTH_TOKEN}" | sudo -E bashBuild from source
Build
Install
Install CRIU
Start the daemon
Direct
Systemd
Health check the daemon
Last updated
Was this helpful?