From 3bf41e8c2bdc188ba334d92769234090f53f26ef Mon Sep 17 00:00:00 2001 From: David Manouchehri Date: Wed, 29 Nov 2017 19:15:37 -0500 Subject: [PATCH] Remove outdated statement. Windows and macOS use native Docker by default (see 05b6cdab6cea6d3603e9ea846372a47340f2ceaa). --- website/source/docs/docker/basics.html.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/docker/basics.html.md b/website/source/docs/docker/basics.html.md index 6d007c412..30c6830e9 100644 --- a/website/source/docs/docker/basics.html.md +++ b/website/source/docs/docker/basics.html.md @@ -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,