Rocket 0.5.2 發布,CoreOS 的容器引擎
Rocket 0.5.2 發布了,該版本包含 bug 修復和一些小的新特性:
-
</li>rkt enter
works when overlayfs is not available -
</li>rkt run
now supports the--no-overlay
option referenced (but not implemented!) in the previous release -
the appc-specified environment variables (PATH, HOME, etc) are once again set correctly during
</li>rkt run
-
metadata-service no longer manipulates IP tables rules as it connects over a unix socket by default
</li> -
pkg/lock has been improved to also support regular (non-directory) files
</li> -
images in the cas are now locked at runtime (as described in #460)
</li> </ul>Rocket 是 CoreOS 推出的一款容器引擎,和 Docker 類似,幫助開發者打包應用和依賴包到可移植容器中,簡化搭環境等部署工作。Rocket 和 Docker 不同的地方在于,Rocket 沒有 Docker 那些為企業用戶提供的“友好功能”,比如云服務加速工具、集群系統等。反過來說,Rocket 想做的,是一個更純粹的業界標準。
CoreOS 把它的容器稱為 App Containers,里面包含 app container image、runtime、container-discovery 協議等。其中,App Container Image 和 Docker 里的 Image 比較類似,包含應用必需的元素組成,如源代碼和二進制文件。Rocket runtime 則是依照 App Container 標準規格打造的,旨在將容器真正的變成一款命令行工具。
來自:http://www.oschina.net/news/61085/rocket-0-5-2
本文由用戶 dwd4 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!