SUpport for Podman #535
HilkopterBob
started this conversation in
Feature Request
Replies: 1 comment
-
I spotted #515 in waiting pull-requests. It just updates the README, which suggests the capability is already baked into dockge; sort of. I think it would be great to just have it find my local podman.socket as an agent without having to spin up another container. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🏷️ Feature Request Type
Other
🔖 Feature description
Support Podman as a drop-in replacement for docker and docker compose.
With an option inside the settings to change the container engine from docker (default) to podman & podman compose
✔️ Solution
Podman-Compose makes it possible to use docker compose commands and yaml files to build and run containers for Podman. I guess the most work would need to happen inside the dockge-module that actually calls/runs the docker shell commands.
❓ Alternatives
No response
📝 Additional Context
Podman is a container engine like docker, with a docker compatibility layer, that utilizes a root and daemon less architecture to minimize the attack surface for eg. privilege escalation.
Podman compose is a comunity made script that enables the use of docker compose like commands and yaml fies.
Beta Was this translation helpful? Give feedback.
All reactions