Skip to content

Commit 50401b5

Browse files
authored
Merge pull request #1400 from sak0/dev
could load a stopped container.
2 parents ac50e77 + 248c586 commit 50401b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libcontainer/factory.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type Factory interface {
1010
// between 1 and 1024 characters, inclusive.
1111
//
1212
// The id must not already be in use by an existing container. Containers created using
13-
// a factory with the same path (and file system) must have distinct ids.
13+
// a factory with the same path (and filesystem) must have distinct ids.
1414
//
1515
// Returns the new container with a running process.
1616
//
@@ -28,7 +28,6 @@ type Factory interface {
2828
//
2929
// errors:
3030
// Path does not exist
31-
// Container is stopped
3231
// System error
3332
Load(id string) (Container, error)
3433

0 commit comments

Comments
 (0)