mirror of https://github.com/docker/docs.git
Update install docs
This commit is contained in:
parent
5cc28653b5
commit
47bc122701
|
@ -38,7 +38,7 @@ Make sure all the nodes you plan on installing DTR are being managed by UCP.
|
|||
|
||||
## 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.
|
||||
|
||||
To install DTR:
|
||||
|
@ -137,7 +137,7 @@ replica fails.
|
|||
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.
|
||||
|
||||
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:
|
||||
|
||||
1. Make sure the DTR images are loaded into the node.
|
||||
|
|
Loading…
Reference in New Issue