From 348b4a5d04ecba6e731ac33e9778b64456e452da Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Wed, 16 Aug 2023 18:17:16 -0400 Subject: [PATCH] feat: some inspirational stuff I read on the bootc readme (#348) * feat: some inspirational stuff I read on the bootc readme * fix: make this more generic --- docs/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 9344c657..abee2680 100644 --- a/docs/index.md +++ b/docs/index.md @@ -39,7 +39,11 @@ Our images offer GNOME, KDE, XFCE, LXQt, Budgie, and MATE, with more being added ## Why would I use these? -These images reflect a more [cloud-native](https://en.wikipedia.org/wiki/Cloud-native_computing) approach to running Linux on your desktop. We feel that a dedicated group of enthusiasts can automate a large amount of toil that plagues existing Linux desktops today. This is achieved by reusing cloud technologies as a delivery mechanism to deliver a more reliable experience. +These images reflect a more [cloud-native](https://en.wikipedia.org/wiki/Cloud-native_computing) approach to running Linux on your desktop. We feel that a dedicated group of enthusiasts can automate a large amount of toil that plagues existing Linux desktops today. This is achieved by reusing cloud technologies as a delivery mechanism to deliver a more reliable experience. To quote the [goals of bootc](https://github.com/containers/bootc): + +> A toplevel goal is that every tool and technique a Linux system administrator knows around how to build, inspect, mirror and manage application containers also applies to bootable host systems. + +We like the sound of that, and we're hoping to be your "Desktop DevOps team", and if you want to learn, come hang out. We are here to teach and learn from each other.