Confused by Podman, don't know when and how to use it #26486
Replies: 1 comment
-
There are probably a bunch of questions in your post, some of which I'm not clear on what exactly you are asking. But these are called discussions for a reason. I'll take a first pass.
You can use docker compose with Podman. Simply install the docker compose binary into your path and then run
Write an RFE and justify it. I'm not sure I get why it is needed on a single node but you seem to have a clear vision for it. Share that with us as an RFE.
Are you talking about compose here?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As a developer Podman confuses me. With docker I know that I can use docker compose and develop my application. Then I could even deploy it using docker to a single machine. If I want to scale up I would move to Kubernetes.
With Podman it sounds like I can use Kubrnetes yaml files but deployments are not supported. This is weird because even with a single machine I would like to scale up a service.
What also bothers me is that I don't have a good way to setup my dev environment with hot reloading. In docker we have
--watch
,sync
,restart
and--build
allowing for an easy developer workflow.So I'm just observing the Podman project, sounds cool, would like to switch but never actually do. Maybe someone can enlighten me how to effectively use Podman both for development and production.
Beta Was this translation helpful? Give feedback.
All reactions