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
|
||||
|
||||
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,
|
||||
|
|
Loading…
Reference in New Issue