mirror of https://github.com/docker/docs.git
Update baseimages.md
This commit is contained in:
parent
f301faa09c
commit
dba8ed5197
|
@ -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:
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue