From 142c086a2f5db821153db0de4adf431b64e354c8 Mon Sep 17 00:00:00 2001 From: Ilia Liachin Date: Mon, 24 Jul 2017 23:07:41 +0200 Subject: [PATCH] Update docker.html.md Docker now supports Windows --- website/source/intro/vs/docker.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/vs/docker.html.md b/website/source/intro/vs/docker.html.md index 33843e729..9da36e790 100644 --- a/website/source/intro/vs/docker.html.md +++ b/website/source/intro/vs/docker.html.md @@ -19,7 +19,7 @@ don't have a containerization system built-in, and Docker uses a virtual machine with Linux installed to provide that. Currently, Docker lacks support for certain operating systems (such as -Windows and BSD). If your target deployment is one of these operating systems, +BSD). If your target deployment is one of these operating systems, Docker will not provide the same production parity as a tool like Vagrant. Vagrant will allow you to run a Windows development environment on Mac or Linux, as well.