Replace containerkit references with containerd

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
Brian Goff
2016-12-14 09:34:25 -05:00
parent 25b14eba2f
commit 273492bc6d
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ The runtime layer is responsible for the creation of containers and their manage
### Storage
**Documents:** https://github.com/docker/containerkit/blob/master/design/snapshots.md
**Documents:** https://github.com/docker/containerd/blob/master/design/snapshots.md
The current graph drivers were built when we only had overlay filesystems like aufs.
We forced the model to be designed around overlay filesystems and this introduced a lot of complexity for snapshotting graph drivers like btrfs and devicemapper thin-p.