could load a stopped container.

Signed-off-by: CuiHaozhi <cuihz@wise2c.com>
This commit is contained in:
CuiHaozhi 2017-04-07 07:39:41 -04:00
parent ac50e77bbb
commit 248c586500
1 changed files with 1 additions and 2 deletions

View File

@ -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)