DLite

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

  • Owner: nlf/dlite
  • Platform: Mac
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    1
      Compare:

Github stars Tracking Chart

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

Overview

Name With Ownernlf/dlite
Primary LanguageGo
Program languageGo (Language Count: 1)
PlatformMac
License:MIT License
Release Count18
Last Release Name2.0.0-beta9 (Posted on )
First Release Name1.0.0 (Posted on )
Created At2015-08-03 20:45:44
Pushed At2019-02-05 05:53:16
Last Commit At2018-04-23 10:07:54
Stargazers Count2.3k
Watchers Count51
Fork Count55
Commits Count247
Has Issues Enabled
Issues Count196
Issue Open Count23
Pull Requests Count25
Pull Requests Open Count1
Pull Requests Close Count7
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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
To the top