mirror of https://github.com/docker/docs.git
Add link to disaster recovery docs
This commit is contained in:
parent
ee71819949
commit
a97e31fc5f
|
@ -17,8 +17,10 @@ docker run -i --rm docker/dtr \
|
|||
|
||||
|
||||
This command performs a fresh installation of DTR, and reconfigures it
|
||||
with configuration data from a `tar` file generated by `docker/dtr backup .
|
||||
If you are restoring DTR after a failure, please maker sure you have destroyed the old DTR fully.
|
||||
with configuration data from a `tar` file generated by [`docker/dtr backup`](backup.md).
|
||||
If you are restoring DTR after a failure, please make sure you have destroyed the old DTR fully. See
|
||||
[DTR disastery recovery](/ee/dtr/admin/disaster-recovery/) for Docker's recommended recovery strategies
|
||||
based on your setup.
|
||||
|
||||
There are three steps you can take to recover an unhealthy DTR cluster:
|
||||
|
||||
|
|
Loading…
Reference in New Issue