Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suspend container to disk #315

Open
ffa opened this issue Feb 26, 2017 · 4 comments
Open

suspend container to disk #315

ffa opened this issue Feb 26, 2017 · 4 comments

Comments

@ffa
Copy link

ffa commented Feb 26, 2017

Hi,
Could the docker checkpoint command be exposed, so users may "suspend" and "resume" running applications?

@timthelion
Copy link
Contributor

timthelion commented Feb 26, 2017 via email

@ffa
Copy link
Author

ffa commented Feb 27, 2017

Save the state of applications. (though this does aid in the startup time issue as well)

Maybe the xpra-x11 bridge can be closed before checkpointing and reopened before restoring?

A per container suspend to disk is much more useful then a system wide suspend to disk. A system wide suspend to disk is much more faulty because of the large interdependencies for system restore. Furthermore, it is intolerant to system updates and changes. On the other hand, a per container suspend to disk solves most of these issues or alleviates them to a large degree.

@timthelion
Copy link
Contributor

I can try to think about this, and of course you can try to play with this too. I would accept a good pull request. But this isn't a priority for me now, and I will not be able to specially devote my time to this issue.

@ffa
Copy link
Author

ffa commented Mar 8, 2017

okay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants