mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
Does Komodo Support Podman Really? #312
Reference in New Issue
Block a user
No description provided.
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 @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?
@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 theCOMPOSE_LOGGING_DRIVERtojournaldincompose.env@dallaslu commented on GitHub (Apr 30, 2025):
Maybe helpful for others:
Change
COMPOSE_LOGGING_DRIVERtojournaldork8s-fileInstall
podman-docker