Merge pull request #1400 from sak0/dev

could load a stopped container.
This commit is contained in:
Qiang Huang 2017-04-10 11:17:24 +08:00 committed by GitHub
commit 50401b5b4c
1 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@ type Factory interface {
//
// errors:
// Path does not exist
// Container is stopped
// System error
Load(id string) (Container, error)