this post was submitted on 24 Apr 2025
241 points (100.0% liked)
Linux
53576 readers
1102 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Still requires docker?
There’s some people who have managed to get it working under podman
I'm running it under podman within NixOS using compose2nix on a rpi5.
I'd rather use the default NixOS option (services.immich.enable), but nixpkgs-unstable doesn't have all arm64 binaries prebuilt and building those can take a long time.
I am curious why not docker? it s pretty convenient in my setup (docker compose + traefik). If I need to migrate it s really simple, if I am to nuke a service just bring it down and delete the path.
Not on NixOS!
Yeah. I'm also waiting for a native Ubuntu package, I don't want to deal with Docker.
If you're using Arch, the AUR package works well
I'm fully aware of the joy of containers, but I just don't want all that extra faff
Extra faff?
The additional software required to run it in a container plus its configuration, on top of Immich's configuration.
Just install & configure Immich, done.
Thats.. Just.. Docker compose.. You copy, paste, docker-compose up and you're done..
Or...
install immich
Done.
No need to map internal & external ports, wrestle with permissions (or... good grief, run the container as root!), etc, etc.
It's just... less faff.
Plus I save all that additional disk space, not having to install docker! 😉
Don't get me wrong; Containers, chroot jails, Type-1 & Type-2 hypervisors all had their place in the history of my systems, I just don't see it as a necessity.
I see. I still prefer docker for the semplicity tho.
I'm planning to do it with podman. It's supposed to be quite easy to convert between the two.
Can confirm, works without problems in rootless podman.
Can you give me some pointers? I'm still new to docker and podman; hoping to get this going without too much learning curve to start with!
Sure, I set it up in nixos though this is the short form of that:
spoiler
usermod --add-subuids 100000-165535 --add-subgids 100000-165535 johndoe
$HOME/.config/containers/systemd/immich-ml.container
$HOME/.config/containers/systemd/immich.network
$HOME/.config/containers/systemd/immich-server.container
loginctl enable-linger $USER
Docker to rootful podman is easy. Docker to rootless podman can get annoying due to the file permissions and slightly more limited networking