We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 593914b + 4155902 commit e385f67Copy full SHA for e385f67
utils_linux.go
@@ -27,8 +27,6 @@ import (
27
28
var errEmptyID = errors.New("container id cannot be empty")
29
30
-var container libcontainer.Container
31
-
32
// loadFactory returns the configured factory instance for execing containers.
33
func loadFactory(context *cli.Context) (libcontainer.Factory, error) {
34
root := context.GlobalString("root")
0 commit comments