Skip to content

Commit

Permalink
Merge pull request #1400 from sak0/dev
Browse files Browse the repository at this point in the history
could load a stopped container.
  • Loading branch information
hqhq committed Apr 10, 2017
2 parents ac50e77 + 248c586 commit 50401b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libcontainer/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type Factory interface {
// between 1 and 1024 characters, inclusive.
//
// The id must not already be in use by an existing container. Containers created using
// a factory with the same path (and file system) must have distinct ids.
// a factory with the same path (and filesystem) must have distinct ids.
//
// Returns the new container with a running process.
//
Expand All @@ -28,7 +28,6 @@ type Factory interface {
//
// errors:
// Path does not exist
// Container is stopped
// System error
Load(id string) (Container, error)

Expand Down

0 comments on commit 50401b5

Please sign in to comment.