Remix.run Logo
theK 7 hours ago

Last time I checked podman compose was only a superficial docker compose equivalent. Also stuff like inotify seems to randomly break a lot on the podman side.

I'd love to be able to recommend people use podman but not having a good docker compose compatibility and missing inotify on volumes makes the DX just too problematic.

debugnik 7 hours ago | parent | next [-]

You can use actual docker-compose with podman, the -compose projects are separate from podman/docker.

podman-compose never worked well for me but docker-compose on podman did.

drdexebtjl 40 minutes ago | parent [-]

docker-compose (v1) is obsolete. The new version (v2) is a plugin for the docker CLI.

hoppp 7 hours ago | parent | prev [-]

Check again? I don't have any issues like this and use podman compose in prod.

davkan 2 hours ago | parent [-]

It was a pain when i tried it like 5 years ago for what it’s worth.