From 654d4c5ce26de8990a349427b6f0551ba16a9eea Mon Sep 17 00:00:00 2001 From: markfirmware Date: Sat, 12 Jan 2019 11:09:20 -0500 Subject: [PATCH] Update overview.md --- machine/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine/overview.md b/machine/overview.md index 16c63c3485..a940d29ac8 100644 --- a/machine/overview.md +++ b/machine/overview.md @@ -51,7 +51,7 @@ Docker Machine has these two broad use cases. ![Docker Machine on Mac and Windows](img/machine-mac-win.png){: .white-bg} - If you work primarily on an older Mac or Windows laptop or desktop that doesn't meet the requirements for the new [Docker for Mac](/docker-for-mac/index.md) and [Docker for Windows](/docker-for-windows/index.md) apps, then you need Docker Machine run Docker Engine locally. Installing Docker Machine on a Mac or Windows box with the [Docker Toolbox](/toolbox/overview.md) installer provisions a local virtual machine with Docker Engine, gives you the ability to connect it, and run `docker` commands. + If you work primarily on an older Mac or Windows laptop or desktop that doesn't meet the requirements for the new [Docker for Mac](/docker-for-mac/index.md) and [Docker for Windows](/docker-for-windows/index.md) apps, then you need Docker Machine to run Docker Engine locally. Installing Docker Machine on a Mac or Windows box with the [Docker Toolbox](/toolbox/overview.md) installer provisions a local virtual machine with Docker Engine, gives you the ability to connect it, and run `docker` commands. * **I want to provision Docker hosts on remote systems**