Remove outdated statement. Windows and macOS use native Docker by default (see 05b6cdab6c).

This commit is contained in:
David Manouchehri 2017-11-29 19:15:37 -05:00
parent bcf3a4b3d1
commit 3bf41e8c2b
No known key found for this signature in database
GPG Key ID: 44AE189680F871D2
1 changed files with 4 additions and 4 deletions

View File

@ -77,10 +77,10 @@ Private and public networks are not currently supported.
## Host VM
On systems that cannot run Linux containers natively, such as Mac OS X
or Windows, Vagrant automatically spins up a "host VM" to run Docker.
This allows your Docker-based Vagrant environments to remain portable,
without inconsistencies depending on the platform they are running on.
If the system cannot run Linux containers natively, Vagrant automatically spins
up a "host VM" to run Docker. This allows your Docker-based Vagrant environments
to remain portable, without inconsistencies depending on the platform they are
running on.
Vagrant will spin up a single instance of a host VM and run multiple
containers on this one VM. This means that with the Docker provider,