Add link to Docker Machine setup for Linux hosts (#3711)

This commit is contained in:
Misty Stanley-Jones 2017-06-26 15:44:04 -07:00 committed by GitHub
parent c9cf94df43
commit 023278aff2
1 changed files with 4 additions and 1 deletions

View File

@ -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`).