发布于 2016-04-02 00:19:07 | 99 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Rocket CoreOS 的容器引擎

Rocket (也叫 rkt)是 CoreOS 推出的一款容器引擎,和 Docker 类似,帮助开发者打包应用和依赖包到可移植容器中,简化搭环境等部署工作。Rocket 和 Docker 不同的地方在于,Rocket 没有 Docker 那些为企业用户提供的“友好功能”,比如云服务加速工具、集群系统等。反过来说,Rocket 想做的,是一个更纯粹的业界标准。


Rocket v1.3.0 发布了。

改进说明:

New features and UX changes

  • Propagate exit status from apps inside the pod to rkt (#2308). Previously, if an app exited with a non-zero exit status, rkt's exit status would still be 0. Now, if an app fails, its exit status will be propagated to the outside. While this was partially implemented in some stage1 flavors since rkt v1.1.0, it now works in the default coreos flavor.

  • Check signatures for stage1 images by default, especially useful when stage1 images are downloaded from the Internet (#2336). This doesn't affect the following cases:

    • The stage1 image is already in the store

    • The stage1 image is in the default directory configured at build time

    • The stage1 image is the default one and it is in the same directory as the rkt binary

  • Allow downloading of insecure public keys with the pubkey insecure option (#2278).

  • Implement Docker volume semantics (#2315). Docker volumes are initialized with the files in the image if they exist, unless a host directory is mounted there. Implement that behavior in rkt when it runs a Docker converted image.

API service

  • Return the cgroup when getting information about running pods and add a new cgroup filter (#2331).

Bug fixes

  • Avoid configuring more CPUs than the host has in the kvm flavor (#2321).

  • Fix a bug where the proxy configuration wasn't forwarded to docker2aci (docker2aci#147).

下载地址:https://github.com/coreos/rkt/releases/tag/v1.3.0



历史版本 :
rkt v1.27.0 发布,CoreOS 的容器引擎
rkt 1.26.0 发布,CoreOS 的容器引擎
rkt 1.25.0 发布,CoreOS 的容器引擎
rkt 1.24.0 发布,CoreOS 的容器引擎
rkt v1.23.0 发布,CoreOS 的容器引擎
rkt v1.21.0 发布,CoreOS 的容器引擎
rkt v1.19.0 发布,CoreOS 的容器引擎
rkt 1.17.0 发布,增加扩展DNS配置选项
rkt 1.15.0 发布,增加扩展DNS配置选项
rkt 1.14.0 发布,更新了Coreos
rkt 1.13.0 发布,CoreOS 的容器引擎
Rocket v1.12.0 发布,支持​ seccomp 过滤
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务