From 30f26d91953017fee3ac04eb85747261b7f2766a Mon Sep 17 00:00:00 2001 From: yeasy Date: Sun, 24 May 2026 12:56:55 -0700 Subject: [PATCH] chore(17): remove obsolete coreos_README.md leftover This 7-line file was never in SUMMARY.md and its content is a strict subset of the current 17.1_coreos_intro.md. It looks like a draft that survived the chapter rename to NN.M_topic.md convention. Removed so the directory only contains files reachable from the ToC. --- 17_ecosystem/coreos_README.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 17_ecosystem/coreos_README.md diff --git a/17_ecosystem/coreos_README.md b/17_ecosystem/coreos_README.md deleted file mode 100644 index 11e6cfc..0000000 --- a/17_ecosystem/coreos_README.md +++ /dev/null @@ -1,7 +0,0 @@ -## Fedora CoreOS - -`CoreOS` 是一个专门为安全和大规模运行容器化工作负载而构建的新 Fedora 版本,它继承了 Fedora Atomic Host 和 CoreOS Container Linux 的优势。 - -`CoreOS` 的安装文件和运行依赖非常小,它提供了精简的 Linux 系统。它使用 Linux 容器在更高的抽象层来管理你的服务,而不是通过常规的包管理工具 `yum` 或 `apt` 来安装包。 - -同时,`CoreOS` 几乎可以运行在任何平台:`VirtualBox` `Amazon EC2` `QEMU/KVM` `VMware` `Bare Metal` 和 `OpenStack` 等。