Does Komodo Support Podman Really? #312

Closed
opened 2025-10-31 15:08:17 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @dallaslu on GitHub (Apr 26, 2025).

After all, there are differences between Podman and Docker. When using Podman, there might be some issues. If the documentation states that supporting Podman is true, then is there a guide manual for Podman?

Originally created by @dallaslu on GitHub (Apr 26, 2025). After all, there are differences between Podman and Docker. When using Podman, there might be some issues. If the documentation states that supporting Podman is true, then is there a guide manual for Podman?
Author
Owner

@hoshsadiq commented on GitHub (Apr 27, 2025):

I'm running successfully on podman (rootless), you just have to activate the podman socket, and mount the socket as /var/run/docker.sock. If you follow the postgres set up, also change the COMPOSE_LOGGING_DRIVER to journald in compose.env

@hoshsadiq commented on GitHub (Apr 27, 2025): I'm running successfully on podman (rootless), you just have to activate the podman socket, and mount the socket as `/var/run/docker.sock`. If you follow the [postgres set up](https://komo.do/docs/setup/postgres), also change the `COMPOSE_LOGGING_DRIVER` to `journald` in `compose.env`
Author
Owner

@dallaslu commented on GitHub (Apr 30, 2025):

Maybe helpful for others:

  1. Change COMPOSE_LOGGING_DRIVER to journald or k8s-file

  2. Install podman-docker

apt install podman-docker
@dallaslu commented on GitHub (Apr 30, 2025): Maybe helpful for others: 1. Change `COMPOSE_LOGGING_DRIVER` to `journald` or `k8s-file` 2. Install `podman-docker` ```bash apt install podman-docker ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#312
No description provided.