Update baseimages.md

This commit is contained in:
paigehargrave 2019-01-11 14:43:33 -05:00 committed by GitHub
parent f301faa09c
commit dba8ed5197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:
>