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

@@ -7,7 +7,7 @@ import (
"syscall"
)
// Mount is the lingua franca of the containerkit. A mount represents a
// Mount is the lingua franca of containerd. A mount represents a
// serialized mount syscall. Components either emit or consume mounts.
type Mount struct {
// Type specifies the host-specific of the mount.