Docker 發布工具:Beluga
Beluga 是一個命令行工具,用來將 Docker 容器發布到單個服務器以及數量不多的服務器群組。
為什么不用 Kubernetes 或者 Mesos?
-
當前 Docker 不支持多租戶環境
-
所以不管是 Kubernetes 還是 Mesos 都無法操作 Docker/容器層
-
很多實際的問題:
-
#2918 (PR: #4572) (container root is identical to host root -- volumes can be written and read from as host root inside container).
-
(WIP) Docker doesn't have any ACL. Writing to docker.sock == root.
-
#5619 (PR: #6000) (absolute symlinks and symlink path components copy host target).
Beluga 不能做什么
-
Down-to-distro cluster managements
-
Docker registry or app management itself
-
Magic service discovery
-
Infrastructure management ### How is it working?
-
Run dockerfiles to build them
-
Push them to repository
-
Pull them when connected to server by ssh
-
That's it!
需求
-
A Unix compatible system with RSync
-
SSH
-
Docker Compose
-
Obviously, Docker..
-
Some love.
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!