We create an ISO, much like boot2docker, to create an environment to run Docker.
We do some minor customization, and one of them has been to provide nfs support.
This task can be found here: newbielink:https://github.com/minishift/minishift-b2d-iso/issues/44 [nonactive]
However, we found an issue when writing a basic test case:
newbielink:https://github.com/minishift/minishift-b2d-iso/commit/f7cf7727ea58f643bfbeeeb0929f104daffb1b9b#diff-b131fe2646b3e4980d06f90692dc2401R69 [nonactive]
It seems the command does not return the expected information when doing `mount.nfs -V`. Instead it returns the same as `-h`.