could load a stopped container.
Signed-off-by: CuiHaozhi <cuihz@wise2c.com>
This commit is contained in:
parent
ac50e77bbb
commit
248c586500
|
@ -28,7 +28,6 @@ type Factory interface {
|
||||||
//
|
//
|
||||||
// errors:
|
// errors:
|
||||||
// Path does not exist
|
// Path does not exist
|
||||||
// Container is stopped
|
|
||||||
// System error
|
// System error
|
||||||
Load(id string) (Container, error)
|
Load(id string) (Container, error)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue