Skip to content

Commit

Permalink
Update vmware shared folder location (kubernetes#18674)
Browse files Browse the repository at this point in the history
Related kubernetes/minikube#6013

When using the `vmware` driver  for minikube the shared folder will be in `/mnt/hgfs` instead of directly on root `/`.
  • Loading branch information
mvgijssel authored and wawa0210 committed Mar 2, 2020
1 parent 637d83d commit 196756a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/setup/learning-environment/minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 196756a

Please sign in to comment.