From ac47af4a641a46ac8fc1ae659df84a5bca85efac Mon Sep 17 00:00:00 2001 From: George Crawford Date: Thu, 30 Mar 2017 13:56:09 +0100 Subject: [PATCH] Update stale Host folder sharing docs Updated to match https://github.com/kubernetes/minikube/blob/master/README.md. I can't see why this file even exists - it will get out of date frequently. Why not just link to the minikube project? --- docs/getting-started-guides/minikube.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started-guides/minikube.md b/docs/getting-started-guides/minikube.md index 1fb35c3d6f..cec2bf99fa 100644 --- a/docs/getting-started-guides/minikube.md +++ b/docs/getting-started-guides/minikube.md @@ -254,10 +254,11 @@ spec: ``` ## Mounted Host Folders -Some drivers will mount a host folder within the VM so that you can easily share files between the VM and host. These are not configurable at the moment and different for the driver and OS you are using. Note: Host folder sharing is not implemented on Linux yet. +Some drivers will mount a host folder within the VM so that you can easily share files between the VM and host. These are not configurable at the moment and different for the driver and OS you are using. Note: Host folder sharing is not implemented in the KVM driver yet. | Driver | OS | HostFolder | VM | | --- | --- | --- | --- | +| Virtualbox | Linux | /home | /hosthome | | Virtualbox | OSX | /Users | /Users | | Virtualbox | Windows | C://Users | /c/Users | | VMWare Fusion | OSX | /Users | /Users |