I would consider docker very easy to use and well worth exploring. The benefit of Docker is that it runs exactly the same on any system, no matter what the underlying OS is.
Here’s how difficult it was to set up Immich:
- Download a
docker-compose.yml
file, which describes the options for the Immich server. - Run
docker-compose up -d
That’s it. Immich is now installed and running.
That’s true.