发布于 2016-12-08 23:49:54 | 121 次阅读 | 评论: 0 | 来源: 网友投递
Rocket CoreOS 的容器引擎
Rocket (也叫 rkt)是 CoreOS 推出的一款容器引擎,和 Docker 类似,帮助开发者打包应用和依赖包到可移植容器中,简化搭环境等部署工作。Rocket 和 Docker 不同的地方在于,Rocket 没有 Docker 那些为企业用户提供的“友好功能”,比如云服务加速工具、集群系统等。反过来说,Rocket 想做的,是一个更纯粹的业界标准。
CoreOS 的容器引擎 rkt v1.21.0 发布了。此版本包括实验性 CRI 支持的错误修复,更稳定的集成测试和一些其他有趣的更改:
默认受限网络从 172.16.28.0/24 更改为 172.17.0.0/26
OCI 支持的详细路线图已经完成
新特性
Change the subnet for the default-restricted network (#3440), (#3459).
Prepare for writable /proc/sys, and /sys (#3389).
Documentation/proposals: add OCI Image Format roadmap (#3425).
Bug 修复
stage1: app add, status didn't work with empty vols (#3451).
stage1: properly run defer'd umounts in app add (#3455).
cri: correct 'created' timestamp (#3399).
fly: ensure the target bin directory exists before building (#3436).
rkt: misc systemd-related fixes (#3418).
其他变更
pkg/mountinfo: move mountinfo parser to its own package (#3415).
sandbox: add missing flagDNSDomain and flagHostsEntries parameters (#3430).
pkg/tar: fix variable name in error (#3433).
tests: fix TestExport for the KVM+overlay case (#3435).
tests: fix some potential gexpect hangs (#3443).
tests: add smoke test for app sandbox (#3371).
tests: tentative fixes for sporadic host and kvm failures (#3434).
rkt: remove empty TODO (#3417).
下载地址: