I am already fairly comfortable using docker and its tool set. Is the tide shifting towards Podman? Should I start learning how to use Podman? Thanks in advance.

  • Dandroid@dandroid.app
    link
    fedilink
    arrow-up
    6
    ·
    1 year ago

    I did need to install some additional stuff to get docker-compose working with podman, and I needed to make sure I ran those things as a user instead of as root to make sure that the containers created by docker-compose were running rootless. But I do have my Lemmy instance running with rootless containers using podman.

    My next step is to convert it to a systemd service, but I just haven’t got there yet.