Update install docs

This commit is contained in:
Joao Fernandes 2016-10-25 10:17:30 -07:00
parent 5cc28653b5
commit 47bc122701
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ Make sure all the nodes you plan on installing DTR are being managed by UCP.
## Step 3. Install DTR ## Step 3. Install DTR
To install DTR you use the `dockerhubenterprise/dtr` image. This image has commands to To install DTR you use the `docker/dtr` image. This image has commands to
install, configure, and backup DTR. install, configure, and backup DTR.
To install DTR: To install DTR:
@ -137,7 +137,7 @@ replica fails.
For high-availability you should set 3, 5, or 7 DTR replicas. The nodes where For high-availability you should set 3, 5, or 7 DTR replicas. The nodes where
you're going to install these replicas also need to be managed by UCP. you're going to install these replicas also need to be managed by UCP.
To add replicas to a DTR cluster, use the `dockerhubenterprise/dtr join` command. To add To add replicas to a DTR cluster, use the `docker/dtr join` command. To add
replicas: replicas:
1. Make sure the DTR images are loaded into the node. 1. Make sure the DTR images are loaded into the node.