mirror of
https://github.com/rancher/os.git
synced 2025-09-04 16:21:07 +00:00
migrate to upstream libcompose in one and a half go
This commit is contained in:
2
vendor/github.com/opencontainers/runc/libcontainer/factory_linux.go
generated
vendored
2
vendor/github.com/opencontainers/runc/libcontainer/factory_linux.go
generated
vendored
@@ -46,7 +46,7 @@ func InitArgs(args ...string) func(*LinuxFactory) error {
|
||||
}
|
||||
name = abs
|
||||
}
|
||||
l.InitPath = name
|
||||
l.InitPath = "/proc/self/exe"
|
||||
l.InitArgs = append([]string{name}, args[1:]...)
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user