Releases: adlogix/docker-machine-nfs
0.5.4
Changes
- Feature: add support for Hyperkit (#105)
Install
curl https://raw.githubusercontent.com/adlogix/docker-machine-nfs/0.5.4/docker-machine-nfs.sh |
sudo tee /usr/local/bin/docker-machine-nfs > /dev/null && \
sudo chmod +x /usr/local/bin/docker-machine-nfs
Thank You
Thank you very much to our active users and contributors.
The following authors contributed changes to this release:
0.5.3
Changes
- Fix: macOS Catalina compatibility (#102)
Install
curl https://raw.githubusercontent.com/adlogix/docker-machine-nfs/0.5.3/docker-machine-nfs.sh |
sudo tee /usr/local/bin/docker-machine-nfs > /dev/null && \
sudo chmod +x /usr/local/bin/docker-machine-nfs
Thank You
Thank you very much to our active users and contributors.
The following authors contributed changes to this release:
0.5.2
Changes
- Fix: set nfsvers=3 as the default option => fixes nfs issue with latest boot2docker version (#92)
Install
curl https://raw.githubusercontent.com/adlogix/docker-machine-nfs/0.5.2/docker-machine-nfs.sh |
sudo tee /usr/local/bin/docker-machine-nfs > /dev/null && \
sudo chmod +x /usr/local/bin/docker-machine-nfs
Thank You
Thank you very much to our active users and contributors.
The following authors contributed changes to this release:
0.5.1
Changes
- Feature: Add timeout argument to set timeout on docker-machine calls (#86)
- Fix: For vsphere-driver, determine ip to use from routing table (#85)
- Fix: Find nfshost ip address correctly ((vmwarevsphere) (#87)
- Fix: Correct check of nfs.conf for vmwarefusion (#89)
- Fix: Work with file path including spaces (#90)
Install
curl https://raw.githubusercontent.com/adlogix/docker-machine-nfs/0.5.1/docker-machine-nfs.sh |
sudo tee /usr/local/bin/docker-machine-nfs > /dev/null && \
sudo chmod +x /usr/local/bin/docker-machine-nfs
Thank You
Thank you very much to our active users and contributors.
The following authors contributed changes to this release:
0.5.0
Changes
Install
curl https://raw.githubusercontent.com/adlogix/docker-machine-nfs/0.5.0/docker-machine-nfs.sh |
sudo tee /usr/local/bin/docker-machine-nfs > /dev/null && \
sudo chmod +x /usr/local/bin/docker-machine-nfs
Thank You
Thank you very much to our active users and contributors.
The following authors contributed changes to this release:
0.4.2
Changes
- fix: /etc/exports file not handling /n correctly on some 'echo' version (#83)
Install
curl https://raw.githubusercontent.com/adlogix/docker-machine-nfs/0.4.2/docker-machine-nfs.sh |
sudo tee /usr/local/bin/docker-machine-nfs > /dev/null && \
sudo chmod +x /usr/local/bin/docker-machine-nfs
0.4.1
0.4.0
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
0.3.1
0.3.0
Changes
- feature: allow to config the nfs mount with ip-range
- enhancement: improve /etc/exports updates
Install
curl https://raw.githubusercontent.com/adlogix/docker-machine-nfs/0.3.0/docker-machine-nfs.sh |
sudo tee /usr/local/bin/docker-machine-nfs > /dev/null && \
sudo chmod +x /usr/local/bin/docker-machine-nfs