-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Suspension of containers #6676
thomas-mc-work
started this conversation in
Ideas
Suspension of containers
#6676
-
Currently there are two ways to interrupt a running container:
stop: Terminates the processpause: Pauses the execution by keeping everything in the RAM
I'd like to have a suspend command which triggers a pause first and then writes the RAM on the hard disk. This allows meto hibernate an instance and carry on later. A subsequent command resume read the persisted data back into the RAM and triggers an unpause command.
WDYT?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
There's (experimental) support for CRIU (https://criu.org/) through the docker checkpoint commands, but it requires the daemon to be running with experimental features enabled; https://docs.docker.com/reference/cli/docker/checkpoint
Beta Was this translation helpful? Give feedback.
All reactions
-
🎉 1
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment