Merge pull request #756 from lilyfang/patch-1

Update dockercon-summit.md
This commit is contained in:
Michael Crosby 2017-04-20 11:07:12 -07:00 committed by GitHub
commit 714ffdb51a

View File

@ -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?