mirror of https://github.com/containers/podman.git
Merge pull request #2403 from giuseppe/fix-runtime
podman: --runtime has higher priority on runtime_path
This commit is contained in:
commit
4d9f4cf71c
|
|
@ -149,6 +149,7 @@ func WithOCIRuntime(runtime string) RuntimeOption {
|
||||||
}
|
}
|
||||||
|
|
||||||
rt.config.OCIRuntime = runtime
|
rt.config.OCIRuntime = runtime
|
||||||
|
rt.config.RuntimePath = nil
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue