发布于 2016-05-13 23:51:19 | 99 次阅读 | 评论: 0 | 来源: 网友投递

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

Rocket CoreOS 的容器引擎

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


Rocket v1.6.0 发布了,此次发布Rocket安全性得以提升。提供了隔离防护,为每一个应用程序分配一个命名空间。具体改进如下:

  • stage1: implement read-only rootfs (#2624). Using the Pod manifest readOnlyRootFS option mounts the rootfs of the app as read-only using systemd-exec unit option ReadOnlyDirectories, see appc/spec.

  • stage1: capabilities: implement both remain set and remove set (#2589). It follows the Linux Isolators semantics from the App Container Executor spec, as modified by appc/spec#600.

  • stage1/init: create a new mount ns for each app (#2603). Up to this point, you could escape the app's chroot easily by using a simple program downloaded from the internet 1. To avoid this, we now create a new mount namespace per each app.

  • api: Return the pods even when we failed getting information about them (#2593).

  • stage1/usr_from_coreos: use CoreOS 1032.0.0 with systemd v229 (#2514).

下载地址:https://github.com/coreos/rkt/releases/tag/v1.6.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号  版权声明  广告服务