发布于 2015-03-12 23:53:30 | 211 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Docker从入门到实践,程序狗速度看过来!
Docker 开源应用容器引擎
Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。
Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。
Rocket 接连发布两个版本,0.4.0 和 0.4.1,其中 0.4.0 与 0.3.2 版本比较改进内容包括:
Updated to v0.4.0 of the appc spec
Introduced a database for indexing local images in the CAS (based on github.com/cznic/ql)
Refactored container lifecycle to support a new "prepared" state, to pre-allocate a container UUID without immediately running the application
Added support for passing arguments to apps through the rkt run
CLI
Implemented ACI rendering for dependencies
Renamed rkt metadatasvc
-> rkt metadata-service
Added documentation around networking, container lifecycle, and rkt commands
而 0.4.1 则修复了 0.4.0 的如下 bug:
Fix marshalling error when running containers with resource isolators
Fixup help text on run/prepare about volumes
Fixup permissions in rkt trust
created files
Introduce the rkt install
subcommand
Rocket 是 CoreOS 推出的类似 Docker 的应用容器。该项目目前还只是一个原型阶段。