传统的服务器操作系统,包括大多数Linux发行版,每隔几年都会更换。在这期间,开发者会不断用安全补丁和更新完善这个系统,但是不会进行特别大的改动,最终这个操作系统以及其上的软件会慢慢僵化。但是CoreOS的思想是成为一个随时可被替换的操作系统,甚至在这个替换的过程中,应用程序的运行不会被打断。
CoreOS 发布了更新推送,包括:
New filesystem layout, writeable /etc/, read-only /usr/
Docker 0.9 (with btrfs support!)
btrfs stateful/root filesystem
Networking configured via networkd
CoreOS CloudInit, which enables boot time configuration of the following:
Adding unix users (setting ssh keys, passwords, or import your ssh keys from github!)
Write and control systemd units (start/stop, add a unit)
Auto etcd bootstrapping on all platforms
Write files to arbitrary locations
Set up networking with networkd
via http://coreos.com/blog/new-filesystem-btrfs-cloud-config/
项目主页:https://coreos.com/
来自:开源中国社区

