diff --git a/develop/develop-images/baseimages.md b/develop/develop-images/baseimages.md index fd4cffb5b5..f76300360b 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, you +> **Note**: Because Docker for Mac and Docker 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: >