Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 720 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 720 Bytes

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.