Rocket 0.6.1 发布,该版本支持 per-app memory 和 CPU 隔离,更新内容如下: Updated to v0.6.1 of the appc spec support per-app memory and CPU isolators allow network selection to the --private-net flag which can be useful for grouping certain pods together while separating others move to the Cobra CLI/subcommand framework per-app logging via journalctl now supported by default stage1 runs an unpatched systemd v220 to help packagers, rkt can generate stage1 from the binaries on the host at runtime more functional tests bugfixes 更多内容请查看:更新日志 下载:rkt-v0.6.1.tar.gz Rocket (也叫 rkt)是 CoreOS 推出的一款容器引擎,和 Docker 类似,帮助开发者打包应用和依赖包到可移植容器中,简化搭环境等部署工作。Rocket 和 Docker 不同的地方在于,Rocket 没有 Docker 那些为企业用户提供的“友好功能”,比如云服务加速工具、集群系统等。反过来说,Rocket 想做的,是一个更纯粹的业界标准。 CoreOS 把它的容器称为 App Containers,里面包含 app container image、runtime、container-discovery 协议等。其中,App Container Image 和 Docker 里的 Image 比较类似,包含应用必需的元素组成,如源代码和二进制文件。Rocket runtime 则是依照 App Container 标准规格打造的,旨在将容器真正的变成一款命令行工具。 Rocket 0.6.1 发布,CoreOS 的容器引擎下载地址