From c8aa9323f193712afc168155c533b29cc18de166 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Fri, 8 Aug 2014 10:43:18 -0700 Subject: [PATCH] Import nsenter code so that it is compiled into nsinit Signed-off-by: Michael Crosby --- nsinit/nsenter.go | 1 + 1 file changed, 1 insertion(+) diff --git a/nsinit/nsenter.go b/nsinit/nsenter.go index 29e3441b..90f8f1cc 100644 --- a/nsinit/nsenter.go +++ b/nsinit/nsenter.go @@ -6,6 +6,7 @@ import ( "github.com/codegangsta/cli" "github.com/docker/libcontainer" "github.com/docker/libcontainer/namespaces" + _ "github.com/docker/libcontainer/namespaces/nsenter" "github.com/docker/libcontainer/syncpipe" )