mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
94717ba867
On systems where Docker compatibility layer obscures Podman (like CoreOS), the auto-detection can fail. Users can now force the runtime: --docker-runtime podman PULSE_DOCKER_RUNTIME=podman Valid values: auto (default), docker, podman Related to Discussion #958