mirror of
https://github.com/opencontainers/runc.git
synced 2025-10-22 23:19:31 +08:00
Windows: Remove nsenter dependency
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
1
main.go
1
main.go
@@ -7,7 +7,6 @@ import (
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/codegangsta/cli"
|
||||
"github.com/opencontainers/runc/libcontainer"
|
||||
_ "github.com/opencontainers/runc/libcontainer/nsenter"
|
||||
)
|
||||
|
||||
const (
|
||||
|
5
main_unix.go
Normal file
5
main_unix.go
Normal file
@@ -0,0 +1,5 @@
|
||||
// +build linux
|
||||
|
||||
package main
|
||||
|
||||
import _ "github.com/opencontainers/runc/libcontainer/nsenter"
|
Reference in New Issue
Block a user