Skip to content

Releases: adlogix/docker-machine-nfs

0.5.4

15 Feb 12:09
5ff5f55
Compare
Choose a tag to compare

Changes

  • Feature: add support for Hyperkit (#105)

Install

curl https://github.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

14 Oct 08:56
Compare
Choose a tag to compare

Changes

  • Fix: macOS Catalina compatibility (#102)

Install

curl https://github.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

11 Dec 10:49
Compare
Choose a tag to compare

Changes

  • Fix: set nfsvers=3 as the default option => fixes nfs issue with latest boot2docker version (#92)

Install

curl https://github.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

07 Sep 09:30
Compare
Choose a tag to compare

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://github.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

11 Jan 06:47
d40dfa0
Compare
Choose a tag to compare

Changes

  • feature: Add support for vmwarevsphere driver (#84)
  • feature: Allow to override the host ip (#84)

Install

curl https://github.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

01 Dec 07:29
Compare
Choose a tag to compare

Changes

  • fix: /etc/exports file not handling /n correctly on some 'echo' version (#83)

Install

curl https://github.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

18 Jan 07:20
Compare
Choose a tag to compare

Changes

  • fix: Bug with 10 or more virtualbox network adapters (#71)

Install

curl https://github.com/adlogix/docker-machine-nfs/0.4.1/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.0

25 Oct 09:03
Compare
Choose a tag to compare

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://github.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

21 Oct 08:23
Compare
Choose a tag to compare

Changes

  • fix: mount issue (#64)

Install

curl https://github.com/adlogix/docker-machine-nfs/0.3.1/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.0

19 Oct 12:29
Compare
Choose a tag to compare

Changes

  • feature: allow to config the nfs mount with ip-range
  • enhancement: improve /etc/exports updates

Install

curl https://github.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