We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac50e77 + 248c586 commit 50401b5Copy full SHA for 50401b5
libcontainer/factory.go
@@ -10,7 +10,7 @@ type Factory interface {
10
// between 1 and 1024 characters, inclusive.
11
//
12
// 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.
+ // a factory with the same path (and filesystem) must have distinct ids.
14
15
// Returns the new container with a running process.
16
@@ -28,7 +28,6 @@ type Factory interface {
28
29
// errors:
30
// Path does not exist
31
- // Container is stopped
32
// System error
33
Load(id string) (Container, error)
34
0 commit comments