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.
Kind of a left-field pic, and def not exclusively for running docker, but TrueNAS Scale offers a nice abstraction for running docker containers, with the simple webui interface you're asking for. I believe it uses K8s under the hood, and it's coupled with NAS software, but this seems maybe the closest to what you're asking for that I've seen. https://www.truenas.com/docs/scale/scaletutorials/apps/docke...
An overview of single-purpose Linux distributions
71–80 of 103 posts
Re: An overview of single-purpose Linux distributions
#72Re: An overview of single-purpose Linux distributions
#73This article says "subscriber-only content", yet I'm not a subscriber. How am I able to read this article?
> The following subscription-only content has been made available to you by an LWN subscriber.
Looks like someone with a subscription submitted the link to HN, allowing us to read the article.
Re: An overview of single-purpose Linux distributions
#74Earlier quoted context omitted.
still they do have a strong focus on size reduction, like using musl instead of glibc.
As pmOS folks (and anyone running alpine on their desktop or server) will happily tell you, size reduction is not a goal only relevant to container runtimes.
"Alpine Linux was chosen as the base distribution due to its low storage requirements, making it more suitable for older devices. Excluding the kernel, a base installation takes up approximately 6 MB"
i guess that would also make a more secure phone, one that is less likely to call it's mother ship.
thanks for the tip!
Re: An overview of single-purpose Linux distributions
#75This article says "subscriber-only content", yet I'm not a subscriber. How am I able to read this article?
At the top of the article it says: > The following subscription-only content has been made available to you by an LWN subscriber. Looks like someone with a subscription submitted the link to HN, allowing us to read the article.
I've been a low level subscriber for 20+ years now. I remember when it seemed the financial model came very close to unravelling - 2002ish. Despite that, the apricot coloured site has managed to flourish and continues to flourish.
LWN is quite a phenomenon. Cheers: Jon.
Re: An overview of single-purpose Linux distributions
#76Earlier quoted context omitted.
RancherOS if you're looking to use something heavily tested but it's got a few weird features like most of the OS also being in containers. If you want something light to play with and get a vanilla docker experience, your best bet is likely Boot2Docker with Portainer.
The existing RancherOS is no longer being maintained, you probably shouldn't be using it anymore: https://rancher.com/docs/os/v1.x/en/support/ Rancher is working on a new version.
Re: An overview of single-purpose Linux distributions
#77Earlier quoted context omitted.
The existing RancherOS is no longer being maintained, you probably shouldn't be using it anymore: https://rancher.com/docs/os/v1.x/en/support/ Rancher is working on a new version.
Hasn't 2.x been released for a long time now?
Re: An overview of single-purpose Linux distributions
#78This 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
#79Back in the very early aughts I used to carry around to friends houses a binder full of movies also containing a bootable CD with some linux distro that existed explicitly for playing media. I don't recall the name, it's likely long dead. When whatever movie we wanted to watch failed to play on their computer, likely due to codec problems (it used to be a hassle before VLC) I'd pop the bootable Linux CD in, reboot an…
Re: An overview of single-purpose Linux distributions
#80Earlier quoted context omitted.
I'm sorry what these means?, can you explaine it again whit more details?
It's already well-explained in the linked article: > OpenSUSE MicroOS has a read-only root file system, using Btrfs. Transactional updates are handled by a SUSE-specific wrapper script around the package manager zypper, transactional-update. This creates a new Btrfs snapshot of the root file system and then performs an update of the system. If the installation was successful, the script marks the new snapshot as the…