2.0.0-beta8
Pre-release
Pre-release
- Fixed tty command
- Added uninstall command
- Added direct routing to containers
- Added container lookups by name or ID to embedded dns server, for example (assuming the default vm hostname of
local.docker
):
docker run -d --name postgres postgres
ping postgres.docker
Updating:
dlite stop
sudo launchctl unload /Library/LaunchDaemons/local.dlite.plist
# copy the new dlite binary over the top of the old one
sudo launchctl load /Library/LaunchDaemons/local.dlite.plist
dlite start