Update vmware shared folder location (#18674)

Related https://github.com/kubernetes/minikube/issues/6013

When using the `vmware` driver  for minikube the shared folder will be in `/mnt/hgfs` instead of directly on root `/`.
This commit is contained in:
mvgijssel
2020-01-15 17:23:32 +01:00
committed by Kubernetes Prow Robot
parent 7d424c304c
commit ff79db8c5e
@@ -409,7 +409,7 @@ Host folder sharing is not implemented in the KVM driver yet.
| VirtualBox | Linux | /home | /hosthome |
| VirtualBox | macOS | /Users | /Users |
| VirtualBox | Windows | C://Users | /c/Users |
| VMware Fusion | macOS | /Users | /Users |
| VMware Fusion | macOS | /Users | /mnt/hgfs/Users |
| Xhyve | macOS | /Users | /Users |
## Private Container Registries