From dba8ed51977d58e63a3fb329727d0ea46f08d1d3 Mon Sep 17 00:00:00 2001 From: paigehargrave Date: Fri, 11 Jan 2019 14:43:33 -0500 Subject: [PATCH] Update baseimages.md --- develop/develop-images/baseimages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/develop-images/baseimages.md b/develop/develop-images/baseimages.md index 1a1d6d41ae..1b22a86e65 100644 --- a/develop/develop-images/baseimages.md +++ b/develop/develop-images/baseimages.md @@ -89,7 +89,7 @@ docker build --tag hello . Don't forget the `.` character at the end, which sets the build context to the current directory. -> **Note**: Because Docker for Mac and Docker for Windows use a Linux VM, +> **Note**: Because Docker Desktop for Mac and Docker Desktop for Windows use a Linux VM, > you need a Linux binary, rather than a Mac or Windows binary. > You can use a Docker container to build it: >