From 25e8fa8dc7b5ab2d1c78a42a98969bd7c395d056 Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Fri, 15 Jul 2016 13:54:34 -0700 Subject: [PATCH] fixed cut-and-paste error on description of Docker Toolbox Signed-off-by: Victoria Bialas Upstream-commit: 6f9e310831326b8031a3526282ffd82cee94294f Component: engine --- components/engine/docs/installation/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/installation/windows.md b/components/engine/docs/installation/windows.md index 0a5fa59207..bf269f4a70 100644 --- a/components/engine/docs/installation/windows.md +++ b/components/engine/docs/installation/windows.md @@ -34,7 +34,7 @@ If you have an earlier Windows system that doesn't meet the Docker for Windows r See [Docker Toolbox Overview](/toolbox/overview.md) for help on installing Docker with Toolbox. -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. +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. **Requirements**