Comment on Docker vs Podman, which one to choose for a beginner and why ?
qaz@lemmy.world 1 year agoThat’s an interesting way to do it. Do you have everything in 1 compose file?
Comment on Docker vs Podman, which one to choose for a beginner and why ?
qaz@lemmy.world 1 year agoThat’s an interesting way to do it. Do you have everything in 1 compose file?
witten@lemmy.world 1 year ago
I have one Compose file per stack, which is an application and all of its containers, databases, etc. Pretty much the same way I organized things with just Docker.