Slide 9
Slide 9 text
Docker Meetup 9/17/14
Native C/R Support
● Why do we need native C/R support in Docker?
○ Container state
■ After checkpoint, Docker thinks the container has finished and exited
■ After restore, Docker doesn’t know container has resumed
○ Process tree ownership
■ Restored process tree is a child of init, not Docker daemon
○ Other uncovered issue...