You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retiring --xhyve-experimental-nfs-share-enable and updating README.md
Using --xhyve-experimental-nfs-shares to set up NFS shares implies --xhyve-experimental-nfs-share-enable, which now becomes redundant.
Removing --xhyve-experimental-nfs-share-enable makes the command line easier to use.
|`--xhyve-experimental-nfs-share`|`XHYVE_EXPERIMENTAL_NFS_SHARE`| string | Path to a host folder to be shared inside the guest ||
123
122
|`--xhyve-experimental-nfs-share-root`|`XHYVE_EXPERIMENTAL_NFS_SHARE_ROOT`| string | root path at which the NFS shares will be mounted|`/xhyve-nfsshares`|
124
123
@@ -176,9 +175,18 @@ This may be significantly faster for I/O intensive applications, at the potentia
176
175
Enable `virtio-9p` folder share.
177
176
If you using docker-machine, `CONFIG_NET_9P=y` support is included in boot2docker as of version v1.10.2.
Share `path/to/host/folder` inside the guest at the path specified by `--xhyve-experimental-nfs-share-root` (which itself defaults to `/xhyve-nfsshares`).
181
+
182
+
Can be specified multiple times
183
+
184
+
#### `--xhyve-experimental-nfs-share-root /path`
185
+
186
+
By default, NFS Shares will be mounted in the Guest at `/xhyve-nfsshares`.
187
+
188
+
You can change this default by specifying `--xhyve-experimental-nfs-share-root /path`, `/path` being a path to the root
0 commit comments