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