docker-py icon indicating copy to clipboard operation
docker-py copied to clipboard

Support checkpoint restore

Open astro-stan opened this issue 2 years ago • 3 comments

Added support for the experimental checkpoint-restore docker API.

Couple of notes:

  1. I have intentionally omitted adding a dedicated method for checking if the experimental features are enabled in the docker daemon, since this can be deduced from the version information (self.client.version())
  2. I have added docstrings to all new classes and methods, not sure if there is a need to manually add any docs? Can fix if needed.

astro-stan avatar Feb 03 '23 21:02 astro-stan

Hi @aiordache and @ulyssessouza,

does this need anything else to get merged? I'll be happy to resolve any issues you might have.

astro-stan avatar Feb 28 '23 11:02 astro-stan

Thanks for this! I'll be using this CR :) Curious if this is also related to https://pypi.org/project/docker-with-criu/

lumost avatar Aug 03 '23 01:08 lumost

Ah, shame that this hasn't been merged so far, it's exactly what I'm looking for

DrShushen avatar Feb 12 '25 14:02 DrShushen