dlite

command module
v0.0.0-...-572fd97 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2016 License: MIT Imports: 5 Imported by: 0

README

#DLite 1.1.5

Note:

Due to an assumption on my part about how quickly I would be able to develop DLite 2.x, the 1.x series clients will not be able to detect new OS releases. In order to update your OS, you will have to do so manually. Either dlite install -v 2.3.0 or dlite update -v 2.3.0 (if you've already installed).

Sorry for any confusion this has caused, I'm hoping to have the 2.x release out in the next week or two.

The simplest way to use Docker on OSX. Build Status

##Thanks

DLite leverages xhyve through the libxhyve Go bindings for virtualization. Without these projects and the people behind them, this project wouldn't exist.

##Installation

Standalone

Download the latest binary from the releases page and put it somewhere in your path, then:

sudo dlite install

See the output of sudo dlite install --help for additional options.

This will create the necessary files and a launchd agent to manage the process. After you've installed, run:

dlite start

as your user to start the process. DLite will start automatically upon logging in as well.

Source

If you have a working Go development environment you can build dlite from source by running:

go get github.com/nlf/dlite

After compiling dlite simply follow the directions above beginning with:

sudo dlite install

##Updating DLite

The DLite app itself can be updated by running dlite stop, installing the updated binary, and then running dlite start.

##Updating your VM

It's possible to update your virtual machine without having to rebuild it entirely. To do so, run the following commands

dlite stop
dlite update
dlite start

##Usage

Just use Docker. DLite creates a /var/run/docker.sock in your host operating system.

When opening ports in your docker containers, connect to local.docker instead of localhost. Everything else should just work™

Note that the local.docker hostname is configurable by passing the -n flag to the install command, as in sudo dlite install -n docker.dev

If you need to SSH to the VM for whatever reason, ssh docker@local.docker should do the trick.

##Troubleshooting

A common cause of the virtual machine failing to start is conflicting entries in your /etc/exports file. Edit the file and see if any other process has an export that conflicts with the one DLite added (it will have comments before and after it, making it easy to identify). If they do, remove the conflicting entry and try starting the service again. Note that dlite adds its export when it is started, not when it is installed, so make sure to either clean your exports file or specify a shared directory that doesn't conflict with existing shares when you install.

If docker cli commands hang, there's a good chance that you have a stale entry in your /etc/hosts file. Run dlite stop, then use sudo to edit your /etc/hosts file and remove any entries that end with # added by dlite. Save the hosts file and run dlite start and try again.

Note that launchctl commands appear to not work correctly when run inside tmux. If you are a tmux user and are having problems, try starting the service outside of your tmux session.

##Caveats

DLite depends on xhyve which only works on OSX versions 10.10 (Yosemite) or newer. You also need a fairly recent mac. You can tell if your computer is new enough by running sysctl kern.hv_support in a terminal. If you see kern.hv_support: 1 as a response, you're good to go. If not, unfortunately your computer is too old to leverage the hypervisor framework and DLite won't work for you.

Xhyve, and therefor DLite, does not support sparse disk images. This means that when you create a virtual machine with DLite the full size of the image must be allocated up front. There is ongoing work to support sparse images in xhyve, and once that support lands DLite will be able to take advantage of it. See xhyve#80, xhyve#82, and xhyve-xyz/xhyve#1 for more information.

DLite is not secured via TLS. If that's important to you for local development, look elsewhere.

DLite is most definitely not recommended for any kind of production use.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL