rkt 1.8.0 发布了。
Rocket (也叫 rkt)是 CoreOS 推出的一款容器引擎,和 Docker 类似,帮助开发者打包应用和依赖包到可移植容器中,简化搭环境等部署工作。Rocket 和 Docker 不同的地方在于,Rocket 没有 Docker 那些为企业用户提供的“友好功能”,比如云服务加速工具、集群系统等。反过来说,Rocket 想做的,是一个更纯粹的业界标准。
新特性和 UX 更新
-
api: GetLogs: improve client example with 'Follow' (#2747).
-
kvm: add proxy arp support to macvtap (#2715).
-
stage0/config: add a CLI flag to pretty print json (#2745).
-
stage1: make /proc/bus/ read-only (#2743).
Bug 修复
-
api: GetLogs: use the correct type in LogsStreamWriter (#2744).
-
api: fix service panic on incomplete pods (#2739).
-
api: Fix the GetLogs() when appname is given (#2763).
-
pkg/selinux: various fixes (#2723).
-
pkg/fileutil: don't remove the cleanSrc if it equals '.' (#2731).
-
stage0: remove superfluous error verbs (#2750).
其他更新
-
Godeps: bump go-systemd (#2754). Fixes a panic on the api-service when calling GetLogs().
-
Documentation updates (#2756, #2741, #2737, #2742, #2730, #2729).
-
Test improvements (#2726).
下载地址:https://github.com/coreos/rkt/releases/tag/v1.8.0