you are viewing a single comment's thread
view the rest of the comments
[–] 22 points 2 years ago (2 children)

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

  • source
  • hideshow 4 child comments
  • [–] 3 points 2 years ago* (5 children)

    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.

  • source
  • parent
  • hideshow 10 child comments
  • [–] 6 points 2 years ago

    I use Quadlet, which is now merged in podman. The only issue I had with it is running system systemd services as other (rootless) users, I can't get it to create cid files that the users can access. In those cases only, I have to modify the generated services files, which defeats the purpose.

  • source
  • parent
  • [–] 4 points 2 years ago

    That's how you do it, you have to write systemd config files for each container. And because it was cumbersome they've come up with third party tools that write them for you and launch the container. 😉

  • source
  • parent
  • [–] 0 points 2 years ago (2 children)

    i would like to try.. but as far as i know, there is no "docker compose up -d"

  • source
  • parent
  • hideshow 4 child comments
  • [–] 4 points 2 years ago (1 child)
  • [–] 1 point 2 years ago (1 child)
  • [–] 2 points 2 years ago* (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments