From 6ae973362af4b9ae27fb335efba6b5e508bc1752 Mon Sep 17 00:00:00 2001 From: Li Li Date: Thu, 20 Apr 2017 01:31:00 -0500 Subject: [PATCH] Update dockercon-summit.md --- docs/dockercon-summit.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/dockercon-summit.md b/docs/dockercon-summit.md index 1deddf8a4..ceceb2bf5 100644 --- a/docs/dockercon-summit.md +++ b/docs/dockercon-summit.md @@ -23,3 +23,4 @@ The following are proposed discussion points for the containerd summit at Docker * 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. +* How to support multi-OS docker images, for example, Linux Vs Windows using one graph driver plugin properly?