From 023278aff29c7e5a47fdfde3dcd3ee54e6acfe92 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 26 Jun 2017 15:44:04 -0700 Subject: [PATCH] Add link to Docker Machine setup for Linux hosts (#3711) --- engine/swarm/swarm-tutorial/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/engine/swarm/swarm-tutorial/index.md b/engine/swarm/swarm-tutorial/index.md index a61feb36c9..4eefcd326a 100644 --- a/engine/swarm/swarm-tutorial/index.md +++ b/engine/swarm/swarm-tutorial/index.md @@ -35,7 +35,10 @@ To run this tutorial, you need the following: This tutorial requires three Linux hosts which have Docker installed and can communicate over a network. These can be physical machines, virtual machines, -Amazon EC2 instances, or hosted in some other way. +Amazon EC2 instances, or hosted in some other way. You can even use Docker Machine +from a Linux, Mac, or Windows host. Check out +[Getting started - Swarms](/get-started/part4.md#prerequisites) +for one possible set-up for the hosts. One of these machines will be a manager (called `manager1`) and two of them will be workers (`worker1` and `worker2`).