Use event service post for shim events
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
10
linux/shim/client_linux.go
Normal file
10
linux/shim/client_linux.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// +build linux
|
||||
|
||||
package shim
|
||||
|
||||
import "syscall"
|
||||
|
||||
var atter = syscall.SysProcAttr{
|
||||
Cloneflags: syscall.CLONE_NEWNS,
|
||||
Setpgid: true,
|
||||
}
|
||||
Reference in New Issue
Block a user