Updates to Root comment

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2016-11-07 11:54:35 -08:00
parent 3469905bbb
commit 992fdbfd76
2 changed files with 11 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ import (
type ContainerConfig interface {
ID() string
Root() string
Root() string // bundle path
Spec() (*specs.Spec, error)
Runtime() (Runtime, error)
}