summaryrefslogtreecommitdiff
path: root/vendor/src/github.com/docker/libcontainer/namespaces/create.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/src/github.com/docker/libcontainer/namespaces/create.go')
-rw-r--r--vendor/src/github.com/docker/libcontainer/namespaces/create.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/src/github.com/docker/libcontainer/namespaces/create.go b/vendor/src/github.com/docker/libcontainer/namespaces/create.go
index 20bef20459..15a844bc0b 100644
--- a/vendor/src/github.com/docker/libcontainer/namespaces/create.go
+++ b/vendor/src/github.com/docker/libcontainer/namespaces/create.go
@@ -7,4 +7,4 @@ import (
"github.com/docker/libcontainer"
)
-type CreateCommand func(container *libcontainer.Container, console, rootfs, dataPath, init string, childPipe *os.File, args []string) *exec.Cmd
+type CreateCommand func(container *libcontainer.Config, console, rootfs, dataPath, init string, childPipe *os.File, args []string) *exec.Cmd