From 3bbdf58428bff58c3a64348ff6ca00502631b1d2 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Fri, 18 Aug 2017 21:35:51 -0700 Subject: [PATCH] Hyper-V is not available on Windows 10 Home (#4290) --- get-started/part4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get-started/part4.md b/get-started/part4.md index 3bff864365..6b112a4ddf 100644 --- a/get-started/part4.md +++ b/get-started/part4.md @@ -14,8 +14,8 @@ description: Learn how to create clusters of Dockerized machines. - Get [Docker Machine](/machine/overview.md), which is pre-installed with [Docker for Mac](/docker-for-mac/index.md) and [Docker for Windows](/docker-for-windows/index.md), but on Linux systems you need to -[install it directly](/machine/install-machine/#installing-machine-directly). On pre Windows 10 systems _without Hyper-V_, use [Docker -Toolbox](https://docs.docker.com/toolbox/overview.md). +[install it directly](/machine/install-machine/#installing-machine-directly). On pre Windows 10 systems _without Hyper-V_, as well as Windows 10 Home, use +[Docker Toolbox](https://docs.docker.com/toolbox/overview.md). - Read the orientation in [Part 1](index.md).