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

软件简介

Dinghy 致力于 OS X 上 Docker,包含电池在内本地开发体验。基于 Docker Machine

主要特性:

  • 使用 NFS 而不是 Virtualbox/vmware 文件分享。中等大小的 Rails 应用启动只要 5 秒钟,vmware 文件分享需要 30 秒,virtualbox 文件分享需要 90 秒。

  • 文件系统事件在安装卷上运行。在你的主机上编辑文件,可以立即在 guard/webpack/etc 看到修改。

  • 易访问,使用内置 DNS 和 HTTP 代理访问运行的容器

最终 docker-machine 也许有很丰富的插件系统,dinghy 可以作为 Docker-machine 的一个插件。dinghy 现在来说是 Docker Machine 的封装,可以创建 VM,使用 launchd 来开启各种服务,比如 NFS 和 DNS。

CLI 使用

$ dinghy helpCommands:
  dinghy create          # create the docker-machine VM
  dinghy destroy         # stop and delete all traces of the VM
  dinghy halt            # stop the VM and services
  dinghy help [COMMAND]  # Describe available commands or one specific command
  dinghy ip              # get the VM's IP address
  dinghy restart         # restart the VM and services
  dinghy shellinit       # returns env variables to set, should be run like $(dinghy shellinit)
  dinghy ssh [args...]   # ssh to the VM
  dinghy ssh-config      # print ssh configuration for the VM
  dinghy status          # get VM and services status
  dinghy up              # start the Docker VM and services
  dinghy upgrade         # upgrade the boot2docker VM to the newest available
  dinghy version         # display dinghy version
展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击加入讨论🔥(1) 发布并加入讨论🔥
暂无内容
发表了博客
{{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}}
没有更多内容
暂无内容
暂无内容
1 评论
1 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部