From 59c13fd2208a4de2bd5b326277be4a0944fa487e Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Sat, 29 Apr 2017 04:47:25 +0800 Subject: [PATCH] Update restore.md (#3109) --- datacenter/dtr/2.2/reference/cli/restore.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datacenter/dtr/2.2/reference/cli/restore.md b/datacenter/dtr/2.2/reference/cli/restore.md index 63d1b5e079..d3d6bc72b6 100644 --- a/datacenter/dtr/2.2/reference/cli/restore.md +++ b/datacenter/dtr/2.2/reference/cli/restore.md @@ -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