From 8fb3971f1818f97f07845947159ce22ac6e09d5e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 6 Aug 2014 15:58:26 -0700 Subject: [PATCH] website/docs: document synced folders and networking [GH-4003] --- website/docs/source/v2/docker/basics.html.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/docs/source/v2/docker/basics.html.md b/website/docs/source/v2/docker/basics.html.md index 0aec0bade..7fc1c10da 100644 --- a/website/docs/source/v2/docker/basics.html.md +++ b/website/docs/source/v2/docker/basics.html.md @@ -58,6 +58,13 @@ based on that Dockerfile. The Dockerfile is rebuilt when `vagrant reload` is called. +## Synced Folders and Networking + +When using Docker, Vagrant automatically converts synced folders +and networking options into Docker volumes and forwarded ports. +You don't have to use the Docker-specific configurations to do this. +This helps keep your Vagrantfile similar to how it has always looked. + ## Host VM On systems that can't run Linux containers natively, such as Mac OS X