From 7e4bdec822950402e4fcda7416b0d0b1575ba796 Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Thu, 27 Dec 2018 09:53:16 -0800 Subject: [PATCH] Minor edits --- machine/drivers/virtualbox.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/machine/drivers/virtualbox.md b/machine/drivers/virtualbox.md index d64d24254c..4a31f21e58 100644 --- a/machine/drivers/virtualbox.md +++ b/machine/drivers/virtualbox.md @@ -68,11 +68,11 @@ to `.254`. For example, a specified CIDR of `192.168.24.1/24` would have a DHCP server between `192.168.24.2-25`, a lower bound of `192.168.24.100` and upper bound of `192.168.24.254`. -With the flag `--virtualbox-share-folder`, you can specify, which folder the host +With the flag `--virtualbox-share-folder`, you can specify which folder the host shares with the created machine. The format is `local-folder:machine-folder`. -For example `\\?\C:\docker-share:\home\users\` if you specify the flag with the -docker-toolbox. Using docker-machine from a windows cmd, it looks like -`C:\docker-share\\:/home/users`. The `:` sign needs be escaped. +For example, `\\?\C:\docker-share:\home\users\`. if you specify the flag with the +docker-toolbox using docker-machine from a Windows cmd, it looks like +`C:\docker-share\\:/home/users`. The `:` sign needs to be escaped. #### Environment variables and default values