Skip to content

The criu-coordinator tool aims to enable checkpoint/restore support for distributed applications with CRIU.

License

Notifications You must be signed in to change notification settings

checkpoint-restore/criu-coordinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRIU Coordinator

criu-coordinator enables checkpoint coordination among multiple processes, containers, or Kubernetes Pods.

Usage Example

  1. Start coordinator server
criu-coordinator server --address 127.0.0.1 --port 8080
  1. Create directory for CRIU image files and copy criu-coordinator.json
mkdir /tmp/test
cp example-config/criu-coordinator.json /tmp/test/
  1. Configure CRIU to use criu-coordinator
mkdir -p /etc/criu/
echo action-script="$(which criu-coordinator)" | sudo tee /etc/criu/default.conf

License

criu-coordinator is licensed under the Apache 2.0 license.

About

The criu-coordinator tool aims to enable checkpoint/restore support for distributed applications with CRIU.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages