From ee4eebab16a577b6ede79ca3933b0d0f19e1b4c0 Mon Sep 17 00:00:00 2001 From: Mano Marks Date: Wed, 29 Nov 2017 10:47:53 -0800 Subject: [PATCH] adding warning about switching to Linux containers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a95f13f..d49bf2f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Example Voting App Getting started --------------- -Download [Docker](https://www.docker.com/products/overview). If you are on Mac or Windows, [Docker Compose](https://docs.docker.com/compose) will be automatically installed. On Linux, make sure you have the latest version of [Compose](https://docs.docker.com/compose/install/). +Download [Docker](https://www.docker.com/products/overview). If you are on Mac or Windows, [Docker Compose](https://docs.docker.com/compose) will be automatically installed. On Linux, make sure you have the latest version of [Compose](https://docs.docker.com/compose/install/). If you're using [Docker for Windows](https://docs.docker.com/docker-for-windows/) on Windows 10 pro or later, you must also [switch to Linux containers](https://docs.docker.com/docker-for-windows/#switch-between-windows-and-linux-containers). Run in this directory: ```