Docker vs Podman, which one to choose for a beginner and why ?

folak@lemmy.world to Selfhosted@lemmy.world – 67 points –
54

You are viewing a single comment

Apparently it does! podman-compose

cool, thank you!

Check my comment 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.

i have all my stacks on docker compose. if it follows the same specks, i would only need to convert volumes and networks