DLite

在 OS X 上使用 Docker 的最简单方法。(The simplest way to use Docker on OS X)

  • 所有者: nlf/dlite
  • 平台: Mac
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    1
      比較:

Github星跟蹤圖

DLite

此项目需要新的维护者 -- 我已经停止使用 OSX,并且不再有时间继续进行此工作。 如果您有兴趣,请打开一个问题。

这个分支代表最新的 beta 版本。稳定版本可以在传统分支中找到。

构建

安装依赖关系

brew install opam golang libev
opam init
eval `opam config env`
opam install uri qcow.0.7.0 conf-libev logs fmt qcow-format
go get -u github.com/jteeuwen/go-bindata/...
git submodule init
git submodule update

更新依赖关系(如果您之前已经构建了项目,请使用此项)

git submodule foreach git pull origin master
opam update
opam upgrade

构建二进制文件

go generate
go build

主要指標

概覽
名稱與所有者nlf/dlite
主編程語言Go
編程語言Go (語言數: 1)
平台Mac
許可證MIT License
所有者活动
創建於2015-08-03 20:45:44
推送於2024-05-06 08:39:55
最后一次提交2018-04-23 10:07:54
發布數18
最新版本名稱2.0.0-beta9 (發布於 )
第一版名稱1.0.0 (發布於 )
用户参与
星數2.3k
關注者數48
派生數53
提交數247
已啟用問題?
問題數196
打開的問題數23
拉請求數25
打開的拉請求數2
關閉的拉請求數7
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

DLite

THIS PROJECT NEEDS A NEW MAINTAINER - I have stopped using OSX and no longer have time to continue to work on this. Open an issue if you're interested.

this branch represents the latest beta version. the stable version can be found in the legacy branch.

Building

install dependencies

brew install opam golang libev
opam init
eval `opam config env`
opam install uri qcow.0.7.0 conf-libev logs fmt qcow-format
go get -u github.com/jteeuwen/go-bindata/...
git submodule init
git submodule update

update dependencies (use this if you've already built the project before)

git submodule foreach git pull origin master
opam update
opam upgrade

build the binary

go generate
go build