Fix nsenter on Mac

pull/6/head
Dr. Stefan Schimanski 2018-02-22 16:29:04 +01:00
parent 839adb86f0
commit 061a451273
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ func NewNsenter() *Nsenter {
} }
// Exec executes nsenter commands in hostProcMountNsPath mount namespace // Exec executes nsenter commands in hostProcMountNsPath mount namespace
func (ne *Nsenter) Exec(args ...string) exec.Cmd { func (ne *Nsenter) Exec(cmd string, args []string) exec.Cmd {
return nil return nil
} }