• Yoddel_Hickory@lemmy.ca
    link
    fedilink
    English
    arrow-up
    27
    arrow-down
    5
    ·
    8 months ago

    Podman, rootless containers work well, and there is no central process running everything. I like that starting containers on boot is integrated with systemd.

    • qaz@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      8 months ago

      How do you automatically start podman containers? I currently just manually add systemd entries but that’s a lot more cumbersome than Docker which doesn’t require you to do anything at all.

    • Discover5164
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      8 months ago

      i would like to try… but as far as i know, there is no “docker compose up -d”

      • MartianSands@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        10
        ·
        8 months ago

        Podman supports docker compose just fine. You have to run it as a service, so that it can expose a socket like docker does, but it supports doing exactly that

          • worldofgeese@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            edit-2
            8 months ago

            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.

            • Discover5164
              link
              fedilink
              English
              arrow-up
              2
              ·
              8 months ago

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