rkt 1.15.0 发布了,这次发布带来了一些扩展DNS配置选项,QEMU公测支持,递归卷安装以及提升sd_notify支持。
Rocket (也叫 rkt)是 CoreOS 推出的一款容器引擎,和 Docker 类似,帮助开发者打包应用和依赖包到可移植容器中,简化搭环境等部署工作。Rocket 和 Docker 不同的地方在于,Rocket 没有 Docker 那些为企业用户提供的“友好功能”,比如云服务加速工具、集群系统等。反过来说,Rocket 想做的,是一个更纯粹的业界标准。
更新内容:
-
DNS configuration improvements (#3161):
-
Respect DNS results from CNI
-
Add --dns=host mode to bind-mount the host's /etc/resolv.conf
-
Add --dns=none mode to ignore CNI DNS
-
Add --hosts-entry (IP=HOSTNAME) to tweak the pod's /etc/hosts
-
Add --hosts-entry=host to bind-mount the host's /etc/hosts
-
-
Introduce QEMU support as an alternative KVM hypervisor (#2952)
-
add support for recursive volume/mounts (#2880)
-
stage1: allow sd_notify from the app in the container to the host (#2826).
完整更新日志:
发行说明及下载地址:
时间:2016-09-16 08:56
来源:开源中国社区
作者:局长
原文链接