mirror of https://github.com/docker/docs.git
fix off-by-one error in server count
Signed-off-by: Roland Moriz <roland@moriz.de>
This commit is contained in:
parent
9e94f55df1
commit
6c408c3caf
|
@ -97,7 +97,7 @@ group. When complete, the example deployment contains three types of nodes:
|
|||
|
||||
To create the instances do the following:
|
||||
|
||||
1. Open the EC2 Dashboard and launch four EC2 instances, one at a time.
|
||||
1. Open the EC2 Dashboard and launch five EC2 instances, one at a time.
|
||||
|
||||
- During **Step 1: Choose an Amazon Machine Image (AMI)**, pick the *Amazon Linux AMI*.
|
||||
|
||||
|
|
Loading…
Reference in New Issue