From 8cc8199d9aa483f3ae66b721d6ac4ecc7785104d Mon Sep 17 00:00:00 2001 From: Jubayer Abdullah Joy Date: Wed, 2 Sep 2020 02:01:07 +0600 Subject: [PATCH] Change filesystem paths to monospace in Minikube setup guide Signed-off-by: Jubayer Abdullah Joy - Changed filesystem paths to monospace in `/docs/setup/learning-environment/minikube.md` mounted host folder section --- content/en/docs/setup/learning-environment/minikube.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/docs/setup/learning-environment/minikube.md b/content/en/docs/setup/learning-environment/minikube.md index d0b07b046a..0e3e26ea2a 100644 --- a/content/en/docs/setup/learning-environment/minikube.md +++ b/content/en/docs/setup/learning-environment/minikube.md @@ -452,11 +452,11 @@ Host folder sharing is not implemented in the KVM driver yet. | Driver | OS | HostFolder | VM | | --- | --- | --- | --- | -| VirtualBox | Linux | /home | /hosthome | -| VirtualBox | macOS | /Users | /Users | -| VirtualBox | Windows | C://Users | /c/Users | -| VMware Fusion | macOS | /Users | /mnt/hgfs/Users | -| Xhyve | macOS | /Users | /Users | +| VirtualBox | Linux | `/home` | `/hosthome` | +| VirtualBox | macOS | `/Users` | `/Users` | +| VirtualBox | Windows | `C://Users` | `/c/Users` | +| VMware Fusion | macOS | `/Users` | `/mnt/hgfs/Users` | +| Xhyve | macOS | `/Users` | `/Users` | ## Private Container Registries