mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 12:55:03 -05:00
[GH-ISSUE #2254] The installer tries to execute docker instead of podman #6913
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dhoppe on GitHub (Jan 16, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2254
Originally assigned to: @oschwartz10612 on GitHub.
Describe the Bug
During the execution of the Pangolin installer one of the commands failed because it could not find the binary
docker.I believe the following code is responsible, even if the dynamic config for Traefik has been created.
Environment
To Reproduce
I told the Pangolin installer that I want to use rootless Podman and enable CrowdSec. One of the commands failed, because it could not find the binary
docker.Expected Behavior
The Pangolin installer should use the correct binary, based on the questions that have been answered.
@dhoppe commented on GitHub (Jan 16, 2026):
Just to be clear. I just checked and the
traefik-bouncerhas not been configured by the Pangolin installer.I am wondering what else might be missing.