Update restore.md (#3109)

This commit is contained in:
Wang Jie 2017-04-29 04:47:25 +08:00 committed by John Mulhausen
parent 2df7c199ef
commit 59c13fd220
1 changed files with 2 additions and 2 deletions

View File

@ -17,14 +17,14 @@ docker run -i --rm docker/dtr \
This command performs a fresh installation of DTR, and reconfigures it 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 This command does not restore Docker images. You should implement a separate
restore procedure for the Docker images stored in your registry, taking in restore procedure for the Docker images stored in your registry, taking in
consideration whether your DTR installation is configured to store images on consideration whether your DTR installation is configured to store images on
the local filesystem or using a cloud provider. 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 ## Options