Beluga 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
Beluga 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
Beluga 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 Apache
开发语言 SHELL 查看源码 »
操作系统 Linux
软件类型 开源软件
所属分类 云计算Docker 扩展
开源组织
地区 不详
投 递 者 红薯
适用人群 未知
收录时间 2015-09-30

软件简介

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.

展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击引领话题📣 发布并加入讨论🔥
暂无内容
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
0 评论
5 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部