Remove outdated statement. Windows and macOS use native Docker by default (see 05b6cdab6c
).
This commit is contained in:
parent
bcf3a4b3d1
commit
3bf41e8c2b
|
@ -77,10 +77,10 @@ Private and public networks are not currently supported.
|
||||||
|
|
||||||
## Host VM
|
## Host VM
|
||||||
|
|
||||||
On systems that cannot run Linux containers natively, such as Mac OS X
|
If the system cannot run Linux containers natively, Vagrant automatically spins
|
||||||
or Windows, Vagrant automatically spins up a "host VM" to run Docker.
|
up a "host VM" to run Docker. This allows your Docker-based Vagrant environments
|
||||||
This allows your Docker-based Vagrant environments to remain portable,
|
to remain portable, without inconsistencies depending on the platform they are
|
||||||
without inconsistencies depending on the platform they are running on.
|
running on.
|
||||||
|
|
||||||
Vagrant will spin up a single instance of a host VM and run multiple
|
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,
|
containers on this one VM. This means that with the Docker provider,
|
||||||
|
|
Loading…
Reference in New Issue