Skip to content

0.4.0

Compare
Choose a tag to compare
@tonivdv tonivdv released this 25 Oct 09:03
· 21 commits to master since this release

Important Note

This version comes with a slight change in the formatting of the /etc/exports file. Basically if you have already a configured machine, and you force the nfs configuration on it, it will duplicate the entry in the exports file. It should not break anything however it adds some duplication in the file.

Changes

  • fix: Adding mount with similar machine name causes error (#66)

Install

curl https://raw.githubusercontent.com/adlogix/docker-machine-nfs/0.4.0/docker-machine-nfs.sh |
  sudo tee /usr/local/bin/docker-machine-nfs > /dev/null && \
  sudo chmod +x /usr/local/bin/docker-machine-nfs