mirror of https://github.com/docker/docs.git
Update restore.md (#3109)
This commit is contained in:
parent
2df7c199ef
commit
59c13fd220
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue