mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-27 10:47:54 +00:00
Merge pull request #5830 from baude/v2runtime
podmanv2 fix runtime assignment
This commit is contained in:
commit
3500a8bc39
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ func getRuntime(ctx context.Context, fs *flag.FlagSet, opts *engineOpts) (*libpo
|
|||
}
|
||||
|
||||
if fs.Changed("runtime") {
|
||||
options = append(options, libpod.WithOCIRuntime(cfg.RuntimePath))
|
||||
options = append(options, libpod.WithOCIRuntime(cfg.Engine.OCIRuntime))
|
||||
}
|
||||
|
||||
if fs.Changed("conmon") {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue