Example #1
0
func init() {
	reexec.Register(userlandProxyCommandName, execProxy)
}
Example #2
0
func init() {
	reexec.Register(DriverName, initializer)
}
Example #3
0
func init() {
	// like always lxc requires a hack to get this to work
	reexec.Register("/.dockerinit", dockerInititalizer)
}