8000 GitHub - nlf/dlite at refactor
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nlf/dlite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLite

Building

install dependencies

brew install opam golang
opam init
eval `opam config env`
opam pin add qcow-format git://github.com/mirage/ocaml-qcow#master
opam install uri qcow-format
go get -u github.com/jteeuwen/go-bindata/...

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

TODO

  • write uninstall command to remove daemon plist, resolver config, nfs exports, ssh config, and user's instance
  • investigate what we need to support vpn users
  • add routing rules to connect direct to containers
  • look in to querying the docker daemon to allow resolving containers by name in the dns process (i.e. .docker)

About

The simplest way to use Docker on OS X

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 16

Languages

0