Skip to content

Releases: nlf/dlite

2.0.0-beta9

03 Jan 19:38
@nlf nlf
Compare
Choose a tag to compare
2.0.0-beta9 Pre-release
Pre-release

Updated hyperkit to latest release
Fixed bug where init would fail if the com.apple.vmnet.plist file didn't exist #209

2.0.0-beta8

29 Oct 18:46
@nlf nlf
Compare
Choose a tag to compare
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

2.0.0-beta7

26 Oct 16:19
@nlf nlf
Compare
Choose a tag to compare
2.0.0-beta7 Pre-release
Pre-release

total rewrite, docker 1.12.2, linux 4.7.2. now embeds hyperkit as its own binary instead of trying to make it work as a library, this is more flexible and easier to update. also now uses qcow2 for the disk image which is much simpler.

this is completely incompatible with old versions of dlite. i highly recommend removing all traces of any previous installations before installing this version.

put this binary in your path somewhere and run dlite init, follow the wizard and when it's complete run dlite start to boot your vm for the first time. after that your normal docker commands should just work.

1.1.5

13 Apr 23:57
@nlf nlf
Compare
Choose a tag to compare

bug fix

ensures the LaunchAgents directory exists before attempting to create the agent itself

2.0.0-beta5

15 Mar 16:35
@nlf nlf
Compare
Choose a tag to compare
2.0.0-beta5 Pre-release
Pre-release

fixes an issue when using chown with only the user rather than user:group format

2.0.0-beta4

14 Mar 20:06
@nlf nlf
Compare
Choose a tag to compare
2.0.0-beta4 Pre-release
Pre-release

no longer checks if a request should be upgraded, rather just upgrades everything - this seems to drastically improve non-streaming replies with large payloads.

now incorporates some (slightly hacky) permissions changes to the 9p fs which allows for better separation of ownership between the host and guest.

fixes a bug where some systems would error trying to generate an ssh key because they didn't like rsa being capitalized

actually appends the beta tag to the version because i hadn't been doing that and that's silly

2.0.0-beta3

08 Mar 17:11
@nlf nlf
Compare
Choose a tag to compare
2.0.0-beta3 Pre-release
Pre-release

Changes:

increased buffer size for interactive commands to hopefully help performance

1.1.4

08 Mar 22:04
@nlf nlf
Compare
Choose a tag to compare

This release is the last in the 1.x version range.

The only change is the version of DhyveOS has been hard coded to use the last version that is compatible with this series.

2.0.0-beta2

05 Mar 22:09
@nlf nlf
Compare
Choose a tag to compare
2.0.0-beta2 Pre-release
Pre-release

Lots of changes, not backwards compatible in any way

See the milestone for details

1.1.3

30 Jan 19:42
@nlf nlf
Compare
Choose a tag to compare
  • changed NFS share to only map the root user, see #50 for details