-
|
Hello, I've been doing quite a bit of research into using CRIU in conjunction with Docker to perform live migration of Docker containers. My main question is: Does From looking around it looks like:
However from what I can, see both from personal testing and the docs, it looks like Docker itself doesn't support restoring multiple checkpoints. Even if you create the checkpoints using runc, Docker is unable to follow the linked checkpoints when rebuilding it, and it just fails. Is this correct? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@GoldenBug Yes, this is correct. Docker currently doesn't implement support for iterative checkpointing.
You can have a look at the source code: |
Beta Was this translation helpful? Give feedback.
@GoldenBug Yes, this is correct. Docker currently doesn't implement support for iterative checkpointing.
You can have a look at the source code:
https://github.com/moby/moby/blob/master/client/checkpoint_create.go