Install:
brew install dlite
sudo dlite install
dlite update -v 2.3.0
dlite start
Download from releases.
mv ~/Downloads/dlite /usr/local/bin
chmod +x /usr/local/bin/dlite
sudo dlite install
dlite update -v 2.3.0
dlite start
Check to make sure /etc/exports
, which is used for NFS mounting, contain something like what I have in the file etc--exports
. If not:
sudo curl -o /etc/exports https://gist.githubusercontent.com/0x414A/c1c52a031b0796ceef02d70ef2041931/raw/etc--hosts
I'm not sure why but sometimes dlite
fails to set up /etc/exports
.
If you get something like this:
docker run hello-world
docker: Error response from daemon: client is newer than server (client API version: 1.23, server API version: 1.22).
See 'docker run --help'.
You have to manually update the DHyve OS:
dlite stop && dlite update -v 2.3.0 && dlite start