Podman, rootless containers work well, and there is no central process running everything. I like that starting containers on boot is integrated with systemd.
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
Podman, rootless containers work well, and there is no central process running everything. I like that starting containers on boot is integrated with systemd.
i would like to try… but as far as i know, there is no “docker compose up -d”
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