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.
1 parent 593914b commit 4155902Copy full SHA for 4155902
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