From b9228854c5c91773a12e890299e3301301a4e117 Mon Sep 17 00:00:00 2001 From: Jason-ZW Date: Mon, 11 Jun 2018 16:22:34 +0800 Subject: [PATCH] Add vmwarefusion no-share flag and fix typo --- .../running-rancheros/workstation/docker-machine/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/os/v1.x/en/installation/running-rancheros/workstation/docker-machine/_index.md b/content/os/v1.x/en/installation/running-rancheros/workstation/docker-machine/_index.md index 1b7bd02513e..ffc765578d9 100644 --- a/content/os/v1.x/en/installation/running-rancheros/workstation/docker-machine/_index.md +++ b/content/os/v1.x/en/installation/running-rancheros/workstation/docker-machine/_index.md @@ -70,7 +70,7 @@ _Available as of v1.4_ Before moving forward, you’ll need to have VMWare Fusion installed. Once you have VMWare Fusion and Docker Machine installed, it’s just one command to get RancherOS running. ``` -$ docker-machine --driver vmwarefusion --vmwarefusion-memory-size --vmwarefusion-boot2docker-url +$ docker-machine create --driver vmwarefusion --vmwarefusion-no-share --vmwarefusion-memory-size --vmwarefusion-boot2docker-url ``` > **Note:** Instead of downloading the RancherOS VMWare ISO, you can directly use the URL for the rancheros-vmware.iso. @@ -78,7 +78,7 @@ $ docker-machine --driver vmwarefusion --vmwarefusion-memory-size --vmw Example using the RancherOS VMWare latest link: ``` -$ docker-machine --driver vmwarefusion --vmwarefusion-memory-size --vmwarefusion-boot2docker-url https://releases.rancher.com/os/latest/rancheros-vmware.iso +$ docker-machine create --driver vmwarefusion --vmwarefusion-no-share --vmwarefusion-memory-size --vmwarefusion-boot2docker-url https://releases.rancher.com/os/latest/rancheros-vmware.iso ``` That’s it! You should now have a RancherOS host running on VMWare Fusion. You can verify that you have a VMWare Fusion VM running on your host.