|
|
|
|
|
by LinXitoW
26 days ago
|
|
I don't understand how podman can be used for serious development work. Sure, if you want to be bound to one single platform (linux), and create a bunch of individual files, you can sort of get something a little bit like compose. But the beauty of compose is the same as the beauty of the Dockerfile. Portability, reproducibility (mostly), and a single readable file with all the relevant parts. It means a developer can use the same compose file locally that's used for deployment. How do people actually work with podman? Do you work with a team? How do you setup a local development stack the way you would with compose? |
|
I use Podman on both macos and Windows, with compose files, so I'm a bit perplexed by this whole comment.