Rocket 0.5.5 发布,CoreOS 的容器引擎

Linux大全评论283 views阅读模式

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

详细信息请查看发行页面。

此版本现已提供下载:

  • rkt-v0.5.5.tar.gz

  • 5rkt-v0.5.5.tar.gz.sig

  • Source code (zip)

  • Source code (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 标准规格打造的,旨在将容器真正的变成一款命令行工具。

CoreOS继续推进Docker容器替代Rockets http://www.linuxidc.com/Linux/2015-02/112866.htm

企鹅博客
  • 本文由 发表于 2020年9月7日 09:14:38
  • 转载请务必保留本文链接:https://www.qieseo.com/291047.html

发表评论