Skip to content
/ dlite Public
forked from nlf/dlite

The simplest way to use Docker on OS X

License

Notifications You must be signed in to change notification settings

gh0xFF/dlite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The simplest way to use Docker on OS X

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%