mirror of https://github.com/docker/docs.git
Update backups-and-disaster-recovery.md (#3303)
Corrected incorrect mention of dtr image
This commit is contained in:
parent
185f4c115d
commit
7873719a0c
|
@ -77,7 +77,7 @@ $ gpg --decrypt /tmp/backup.tar | tar --list
|
|||
## Restore your cluster
|
||||
|
||||
The restore command can be used to create a new UCP cluster from a backup file.
|
||||
When restoring, make sure you use the same version of the `docker/dtr` image that you've used to create the backup.
|
||||
When restoring, make sure you use the same version of the `docker/ucp` image that you've used to create the backup.
|
||||
After the restore operation is complete, the following data will be recovered
|
||||
from the backup file:
|
||||
|
||||
|
|
Loading…
Reference in New Issue