Hacker News new | ask | show | jobs
by ac130kz 285 days ago
It's works great until you need that one option from Docker Compose that is missing in Podman Compose (which is written in Python for whatever reason, yeah...).
1 comments

You can use the real compose (Go) with Podman now. The Python clone is not your only option.
Well, is this Podman's "service mode" also fully compatible with Docker Compose file functionality though?
Looks like the compose `watch` option is not yet supported[1]. Huge blocker for adoption in local development.

[1]:https://github.com/containers/podman-compose/issues/792

What do you mean by "the real compose"?
I assume Docker Compose v2 from Docker.