• 1 Post
  • 7 Comments
Joined 2 years ago
cake
Cake day: July 25th, 2023

help-circle
  • It won’t save you from doing a bit of work but you could use podman. There’s systemd integration so you can still start/stop/enable your services with systemctl while using docker/container images. You won’t be able to use docker-compose directly, but it’s usually not that hard to replicate the logic with systemd (Immich was a PITA at first (because they had so many microservices split into multiple images, but it improved considerably over the first two years).

    I do this with NixOS quite a bit, and I’ve yet to use docker compose (although the syntax is different, it’s still the same process).