you are viewing a single comment's thread
view the rest of the comments
[–] 27 points 16 hours ago (1 child)

I'm curious why you feel this way? I'm kinda the opposite β€” podman has features I use that Docker doesn't.

  • source
  • hideshow 2 child comments
  • [–] 7 points 15 hours ago (2 children)

    Not the poster, but I kinda get this sentiment. For my laptop and things that I do for work, I prefer Podman. Better security posture out of the box, and I'm typically crafting my own pods to work a specific way.

    But, if I am just trying to start up some app/service and I'm following the GitHub documentation with the project...I want to just copy and paste and there isn't a 1-for-1 for docker compose. Podman does have an alias package so you can say docker on the cli, but the "compose" part of it is not as good if I just want something to run without dicking with it.

    So in short, if I'm making something with a container or want to have hands on control, I prefer Podman. If I'm running something "off the shelf", like just running someone's docker compose files files from their Github, I'm just running Docker man.

  • source
  • parent
  • hideshow 4 child comments