mirror of
https://github.com/containers/podman.git
synced 2025-07-26 09:58:36 +08:00
Merge pull request #5830 from baude/v2runtime
podmanv2 fix runtime assignment
This commit is contained in:
@ -160,7 +160,7 @@ func getRuntime(ctx context.Context, fs *flag.FlagSet, opts *engineOpts) (*libpo
|
|||||||
}
|
}
|
||||||
|
|
||||||
if fs.Changed("runtime") {
|
if fs.Changed("runtime") {
|
||||||
options = append(options, libpod.WithOCIRuntime(cfg.RuntimePath))
|
options = append(options, libpod.WithOCIRuntime(cfg.Engine.OCIRuntime))
|
||||||
}
|
}
|
||||||
|
|
||||||
if fs.Changed("conmon") {
|
if fs.Changed("conmon") {
|
||||||
|
Reference in New Issue
Block a user