For normal docker self hosters the biggest is similar structures across their images.
It config is always /config
Also they run the same user so it helps with file permission issues
Comment on how can i self host my music?
Quail4789@lemmy.ml 3 weeks agoI’ve always wondered that. Why use linux server’s images over official ones? Are they somehow better?
For normal docker self hosters the biggest is similar structures across their images.
It config is always /config
Also they run the same user so it helps with file permission issues
Hmm, never looked at it this way. I might start using their images too. Question about the user: is the root in the docker container same as root of the host? I thought it was root but only in the container. And in terms of volume ownership: if I’m using Docker volumes instead of bind mounts, do I care about that? I haven’t had an issue so far.
They’re relatively easy to deploy.
Nurgus@lemmy.world 3 weeks ago
When I first used Jellyfin, the official Docker image didn’t have AMD video acceleration working out of the box and the LinuxServer one did.
LinuxServer images often solve problems and work out of the box better than the official option.
I think I’m right in saying they have a standardised and reliable option for running as a none-root user too.