Import nsenter code so that it is compiled into nsinit

Signed-off-by: Michael Crosby <michael@docker.com>
This commit is contained in:
Michael Crosby 2014-08-08 10:43:18 -07:00
parent 86f6df8993
commit c8aa9323f1
1 changed files with 1 additions and 0 deletions

View File

@ -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"
)