Apparently it does! podman-compose
Comment on Docker vs Podman, which one to choose for a beginner and why ?
Discover5164@lemm.ee 1 year agoi would like to try… but as far as i know, there is no “docker compose up -d”
Yoddel_Hickory@lemmy.ca 1 year ago
Discover5164@lemm.ee 1 year ago
cool, thank you!
worldofgeese@lemmy.world 1 year ago
Check my post history for an example of a simple bind-mount
compose.yaml
I use for developing a small Python project. It’s exactly the same as Docker Compose (since Podman Compose follows the Compose spec) but if you’re just getting started, it might be a good skeleton to build on.Discover5164@lemm.ee 1 year ago
i have all my stacks on docker compose. if it follows the same specks, i would only need to convert volumes and networks
MartianSands@sh.itjust.works 1 year ago
Podman supports docker compose just fine. You have to run it as a service, so that it can expose a socket like docker does, but it supports doing exactly that