I would love to hear everyone’s opinion.

  • @MangoPenguin
    link
    English
    6
    edit-2
    2 months ago

    I like the idea behind Podman, but it’s not a suitable drop in replacement for Docker yet. Especially since it requires manual setup to auto-start stacks at boot, and can’t import docker compose files easily.

    Docker is easier to use, has many more examples and tutorials out there, and every project generally provides a docker compose file ready to go for quick setup.

    • @dragnucs@lemmy.ml
      link
      fedilink
      English
      32 months ago

      There is now podman compose that can read and use docker-compose files. As for importing, I cannot tell.