mirror of https://github.com/k3s-io/k3s
Fix nsenter on Mac
parent
839adb86f0
commit
061a451273
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue