Skip to content

2.0.0-beta8

Pre-release
Pre-release
Compare
Choose a tag to compare
@nlf nlf released this 29 Oct 18:46
· 7 commits to master since this 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