From 9999e85f80748dedf943c12bdd61cd30ed10b524 Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Wed, 19 Apr 2017 08:57:10 -0500 Subject: [PATCH] Checkpoint/Restore proposal --- docs/dockercon-summit.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/dockercon-summit.md b/docs/dockercon-summit.md index 686d7bfe6..1deddf8a4 100644 --- a/docs/dockercon-summit.md +++ b/docs/dockercon-summit.md @@ -22,3 +22,4 @@ The following are proposed discussion points for the containerd summit at Docker * We'd like to propose an Authorization plugin to containerd that would allow an external component to police events like container start & stop (and have a discussion about the best way to go about it) * Should containerd provide image filesystem metrics? If yes, what metrics should be included? How to implement that? * Support for disk quotas: How? What is the role of containerd? How is it going to be integrated with volume managers that want to be in the same quota group? +* Checkpoint/Restore: how can we support more use cases? One of the big issues here is the large number of options that can be passed to CRIU.