Make it apply to everyone, not just Mac users. (#2777)

The tutorial is universal. How do we know that user is on the Mac?
This commit is contained in:
Muhamed 2017-04-15 01:06:49 +02:00 committed by John Mulhausen
parent 693a712c4a
commit 149c8e69dd
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ Make sure Docker is running. On Docker for Mac and Docker for Windows, this is i
On this page, you learned to search for images on Docker Hub. You used your
command line to run an image. Think about it, effectively you ran a piece of
Linux software on your Mac computer. You learned that running an image copies
Linux software on your computer. You learned that running an image copies
it on your computer. Now, you are ready to create your own Docker image.
Go on to the next part [to build your own image](step_four.md).