fix the incorrect sentence

In the sentence, repeated "you" twice.
This commit is contained in:
yihyunyi 2018-03-02 13:32:05 +09:00 committed by Joao Fernandes
parent c267d4c1bf
commit f07444668c
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, 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:
>