Releases: nlf/dlite
Releases · nlf/dlite
1.1.2
1.1.1
1.1.0
Bug fixes:
- now checks for available free space before attempting to allocate the disk image so the user receives a clear error
- if the nfs daemon had never been started before, the agent would fail to start. this has been resolved
- the uninstall command now stops the agent and removes more files
- the install command will remove an existing installation if run a second time to help make sure things are in a clean state
New features:
- the install command now accepts the -n or --hostname flag to allow overriding the default
local.docker
hostname - the install command now uses the same defaults as docker-machine, i.e. a 20GiB disk image and 2GiB of memory
- the install command now accepts the -S or --share flag to allow overriding the default NFS shared path of
/Users
- added the
start
andstop
commands which simply wrap launchctl to take care of loading/unloading and starting/stopping in one step - added the
ip
command to display the current ip of the virtual machine
1.0.4
1.0.3
bug fixes
see the milestone for details