发布于 2015-04-24 00:01:32 | 146 次阅读 | 评论: 0 | 来源: 网友投递

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

Rocket CoreOS 的容器引擎

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


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

Rocket 0.5.4 版本改进内容包括:

- added configuration support for repository authentication (HTTP Basic Auth, O Auth, and Docker repositories). Full details in Documentation/configuration.md
- `rkt run` now supports per-app arguments and per-image `--signature` specifications
- `rkt run` and `rkt fetch` will now verify signatures for local image files
- `rkt run` with `--private-net` now supports port forwarding (using `--port=NAME:1234`)
- `rkt run` now supports a `--local` flag to use only local images (i.e. no discovery or remote image retrieval will be performed)
- added initial support for running directly from a pod manifest
- the store DB now supports migrations for future versions
- systemd-nspawn machine names are now set to pod UUID
- removed the `--spawn-metadata-svc` option from `rkt run`; this mode was inherently racy and really only for convenience. A separate `rkt metadata-service` invocation should be used instead.
- various internal codebase refactoring: "cas" renamed to "store", tasks to encapsulate image fetch operations, etc
- bumped docker2aci to support authentication for Docker registries and fix a bug when retrieving images from Google Container Registry
- fixed a bug where `--interactive` did not work with arguments
- garbage collection for networking is now embedded in the stage1 image
- when rendering images into the treestore, a global syncfs() is used instead of a per-file sync(). This should significantly improve performance when first extracting large images
- added extensive functional testing on semaphoreci.com/coreos/rkt
- added a test-auth-server to facilitate testing of fetching images



历史版本 :
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号  版权声明  广告服务