mirror of
https://github.com/docker/docs.git
synced 2026-04-06 03:08:58 +07:00
Update restore.md (#3109)
This commit is contained in:
@@ -17,14 +17,14 @@ 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 the 'backup' command.
|
||||
with configuration data from a tar file generated by the `backup` command.
|
||||
|
||||
This command does not restore Docker images. You should implement a separate
|
||||
restore procedure for the Docker images stored in your registry, taking in
|
||||
consideration whether your DTR installation is configured to store images on
|
||||
the local filesystem or using a cloud provider.
|
||||
|
||||
After restoring, you can add more DTR replicas by using the the 'join' command.
|
||||
After restoring, you can add more DTR replicas by using the the `join` command.
|
||||
|
||||
|
||||
## Options
|
||||
|
||||
Reference in New Issue
Block a user