Y
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
carwyn
285 days ago
You can use the real compose (Go) with Podman now. The Python clone is not your only option.
link
ac130kz
285 days ago
Well, is this Podman's "service mode" also fully compatible with Docker Compose file functionality though?
link
bigbong
285 days ago
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
link
jcotton42
285 days ago
What do you mean by "the real compose"?
link
ac130kz
285 days ago
I assume Docker Compose v2 from Docker.
link