From 6efc5ef6eac3dc5d7995000616f9889d8c39c915 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 22 May 2014 10:26:12 -0700 Subject: [PATCH] website/docs: calrify rsync [GH-3872] --- website/docs/source/v2/docker/basics.html.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docs/source/v2/docker/basics.html.md b/website/docs/source/v2/docker/basics.html.md index 18346b659..b253faad0 100644 --- a/website/docs/source/v2/docker/basics.html.md +++ b/website/docs/source/v2/docker/basics.html.md @@ -77,6 +77,14 @@ can be customized to point to _any_ Vagrantfile. This allows the host VM to more closely match production by running a VM running Ubuntu, RHEL, etc. It can run any operating system supported by Vagrant. +
+ Synced folder note: Vagrant will attempt to use the + "best" synced folder implementation it can. For boot2docker, this is + often rsync. In this case, make sure you have rsync installed on your + host machine. Vagrant will give you a human-friendly error message if + it isn't. +
+ An example of changing the host VM is shown below. Remember that this is optional, and Vagrant will spin up a default host VM if it isn't specified: