containers / containers/podman-compose
podman-remote is not detected
Open
bug
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 622
- PR merge metrics
- No merged PRs in 30d
Description
There are circumstances where only `podman-remote` command is available but not `podman`:
https://github.com/flathub/com.visualstudio.code.tool.podman
It's also not feasible there to set `CONTAINER_HOST` env var and impossible at all to pass an extra `--podman-path` during `podman-compose` run, which could be a workaround in this case (as the command calls via VS Code extension which doesn't support that).
To address this, could we implement fall-back to `podman-remote` if `podman` is not available?
IIUC, that would also correspond to Docker behavior, which always works via socket.
Contributor guide
Assessment
This issue has not been assessed yet.