From 8325dcc6a0abafc48e716ebc0d4eccb9b5f278e3 Mon Sep 17 00:00:00 2001 From: djalal Date: Wed, 13 Feb 2019 11:13:06 +0100 Subject: [PATCH] clarify product name --- slides/shared/sampleapp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/shared/sampleapp.md b/slides/shared/sampleapp.md index 45cdaaa0..10cf87ab 100644 --- a/slides/shared/sampleapp.md +++ b/slides/shared/sampleapp.md @@ -278,7 +278,7 @@ Docker Engine is running on a different machine. This can be the case if: When you run DockerCoins in development mode, the web UI static files are mapped to the container using a volume. Alas, volumes can only -work on a local environment, or when using Docker4Mac or Docker4Windows. +work on a local environment, or when using Docker Desktop for Mac or Windows. How to fix this?