←back to thread

1101 points codesmash | 1 comments | | HN request time: 0.208s | source
Show context
t43562 ◴[] No.45137756[source]
To provide 1 contrary opinion to all the others saying they have a problem:

Podman rocks for me!

I find docker hard to use and full of pitfalls and podman isn't any worse. On the plus side, any company I work for doesn't have to worry about licences. Win win!

replies(7): >>45137807 #>>45137925 #>>45138918 #>>45140013 #>>45141773 #>>45142624 #>>45142950 #
ac130kz ◴[] No.45141773[source]
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...).
replies(1): >>45142253 #
carwyn ◴[] No.45142253[source]
You can use the real compose (Go) with Podman now. The Python clone is not your only option.
replies(2): >>45143909 #>>45144737 #
ac130kz ◴[] No.45143909[source]
Well, is this Podman's "service mode" also fully compatible with Docker Compose file functionality though?
replies(1): >>45146642 #
1. bigbong ◴[] No.45146642[source]
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