Updates to Root comment
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
3469905bbb
commit
992fdbfd76
2 changed files with 11 additions and 1 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
|
||||
type ContainerConfig interface {
|
||||
ID() string
|
||||
Root() string
|
||||
Root() string // bundle path
|
||||
Spec() (*specs.Spec, error)
|
||||
Runtime() (Runtime, error)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue