website/docs: document synced folders and networking [GH-4003]
This commit is contained in:
parent
1428ab0404
commit
8fb3971f18
|
@ -58,6 +58,13 @@ based on that Dockerfile.
|
||||||
|
|
||||||
The Dockerfile is rebuilt when `vagrant reload` is called.
|
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
|
## Host VM
|
||||||
|
|
||||||
On systems that can't run Linux containers natively, such as Mac OS X
|
On systems that can't run Linux containers natively, such as Mac OS X
|
||||||
|
|
Loading…
Reference in New Issue