mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 01:15:44 +00:00
The WSL machine start was using the function FindExecutablePeer that
ignores user configuration (helper_binaries_dir). FindHelperBinary
instead is used when starting the machine for the rest of the providers
and honors user configuration.
This commit requires
|
||
|---|---|---|
| .. | ||
| wutil | ||
| config.go | ||
| declares.go | ||
| filelock.go | ||
| machine.go | ||
| machine_unsupported.go | ||
| stubber.go | ||
| usermodenet.go | ||
| util_windows.go | ||