Browse code

Merge pull request #24702 from londoncalling/fix-toolbox-description-docs

fixed cut-and-paste error on description of Docker Toolbox

Sebastiaan van Stijn authored on 2016/07/16 06:09:06
Showing 1 changed files
... ...
@@ -34,7 +34,7 @@ If you have an earlier Windows system that doesn't meet the Docker for Windows r
34 34
 
35 35
 See [Docker Toolbox Overview](/toolbox/overview.md) for help on installing Docker with Toolbox.
36 36
 
37
-The Docker Toolbox setup does not run Docker natively in OS X. Instead, it uses `docker-machine` to create and attach to a virtual machine (VM). This machine is a Linux VM that hosts Docker for you on your Mac.
37
+The Docker Toolbox setup does not run Docker natively on Windows. Instead, it uses `docker-machine` to create and attach to a virtual machine (VM). This machine is a Linux VM that hosts Docker for you on your Windows system.
38 38
 
39 39
 **Requirements**
40 40