CoreOS 的容器引擎,Rocket 0.5.5 发布
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.5.5 发布,此版本增加了 CNI 网络插件,一些小的 Bug 修复,以及两个用来处理图像的新实验命令。更新日志如下:
-
switched to using cni based network plugins
-
fetch images dependencies recursively when ACIs have dependent images
-
fix the progress bar used when downloading images with no content-length
-
building the initial stage1 can now be done on various versions of systemd
-
support retrying signature downloads in the case of a 202
-
remove race in doing a rkt enter
-
various documentation fixes to getting started and other guides
-
improvements to the functional testing using a new gexpect, testing for non-root apps, run context, port test, and more
详细信息请查看发行页面。
此版本现已提供下载:
来自:http://www.oschina.net/news/62117/rocket-0-5-5-released