Let’s walk through what Podman is and how to use it as a Docker alternative on Linux. Expect a straightforward guide on installing Podman, running containers with it, and understanding the basics.

  • Botzo@lemmy.world
    link
    fedilink
    arrow-up
    25
    ·
    2 days ago

    Nothing really critical.

    Differences from where I’m at

    • docker doesn’t have native systemd integration (“quadlets”)
    • docker needs a daemon running
    • podman has pods (like kubernetes) which are great for isolation of complex services
    • you can run podman containers with kubernetes yaml
    • Botzo@lemmy.world
      link
      fedilink
      arrow-up
      12
      ·
      2 days ago

      Oh, and I’ve found SELinux easier to handle with podman, but that might be just more experience now.