docker-py
docker-py copied to clipboard
Support checkpoint restore
Added support for the experimental checkpoint-restore docker API.
Couple of notes:
- 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()) - 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.
Hi @aiordache and @ulyssessouza,
does this need anything else to get merged? I'll be happy to resolve any issues you might have.
Thanks for this! I'll be using this CR :) Curious if this is also related to https://pypi.org/project/docker-with-criu/
Ah, shame that this hasn't been merged so far, it's exactly what I'm looking for