This is one of those things that I've always been too scared to ask so I'm just going to ask it now: Is there a distro designed exclusively for running docker (and perhaps other) containers that also contains a friendly web UI for people who have no idea how docker actually works? I'm familiar with Proxmox, but it doesn't natively support docker.
An overview of single-purpose Linux distributions
11–20 of 103 posts
Re: An overview of single-purpose Linux distributions
#12This is one of those things that I've always been too scared to ask so I'm just going to ask it now: Is there a distro designed exclusively for running docker (and perhaps other) containers that also contains a friendly web UI for people who have no idea how docker actually works? I'm familiar with Proxmox, but it doesn't natively support docker.
Re: An overview of single-purpose Linux distributions
#13Re: An overview of single-purpose Linux distributions
#14This is one of those things that I've always been too scared to ask so I'm just going to ask it now: Is there a distro designed exclusively for running docker (and perhaps other) containers that also contains a friendly web UI for people who have no idea how docker actually works? I'm familiar with Proxmox, but it doesn't natively support docker.
It was originally developed as an absolute minimal distro for running containers on servers, but the immutable desktop movement led them to develop a desktop user-facing variant.
Other ideas that are very similar: Fedora SilverBlue (very similar, more mature) and VanillaOS (based on Flatpak insteak of Podman/Docker, very new)
Re: An overview of single-purpose Linux distributions
#15You can always have a vanilla Debian or vanilla Arch install and add things on an as-needed basis and build the OS from scratch, minimizing complexity and have them as single-duty OSes.
Re: An overview of single-purpose Linux distributions
#16Re: An overview of single-purpose Linux distributions
#17Interesting that alpine didn't get mentioned, i thought that was the most common option for a slim Linux running inside containers.
Re: An overview of single-purpose Linux distributions
#18Re: An overview of single-purpose Linux distributions
#19This is one of those things that I've always been too scared to ask so I'm just going to ask it now: Is there a distro designed exclusively for running docker (and perhaps other) containers that also contains a friendly web UI for people who have no idea how docker actually works? I'm familiar with Proxmox, but it doesn't natively support docker.
Re: An overview of single-purpose Linux distributions
#20Interesting that alpine didn't get mentioned, i thought that was the most common option for a slim Linux running inside containers.
Alpine is a general purpose OS; You can run it as a desktop or server OS on real hardware.