this post was submitted on 07 Apr 2024
60 points (92.9% liked)

Linux

47231 readers
769 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I use Debian flavors for my daily drivers. I have no complaints, no real desire to switch it up on that front.

However, I am starting to get into self-hosting and homelab projects. I'd like to start test driving some light-weight distros of a different flavor.

I'd prefer a GUI be available, but the environment and WM is pretty inconsequential-- except it shouldn't be bloated. I'll install any additional apps I want, I don't need a curated mid-to-heavy-weight distro.

The plan is to make heavy use of Docker images, to try to maintain a clean and modular setup of services. If that makes any difference.

Suggestions? Any slim distros you're just gaga for?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 5 months ago* (last edited 5 months ago) (1 children)

Since you want Docker, it works better on btrfs.

Can you elaborate?

[–] [email protected] 2 points 5 months ago* (last edited 5 months ago)

Docker images are immutable and if you run lots of images there will be overlap of commonly used layers.

Docker has BTRFS driver, which will efficiently reuse layers on BTRFS.

Basically, there’s good chance to waste less drive space with Docker on BTRFS.