Update broken links to the command pages

This commit is contained in:
Maria Bermudez 2018-11-06 15:39:32 -08:00
parent f778e75d51
commit 4992819d68
1 changed files with 10 additions and 10 deletions

View File

@ -24,13 +24,13 @@ docker run -it --rm docker/dtr \
| Option | Description |
|:-------------------------------------|:------------------------------------------------|
| [install](install) | Install Docker Trusted Registry |
| [join](join) | Add a new replica to an existing DTR cluster |
| [reconfigure](reconfigure) | Change DTR configurations |
| [remove](remove) | Remove a DTR replica from a cluster |
| [destroy](destroy) | Destroy a DTR replica's data |
| [restore](restore) | Install and restore DTR from an existing backup |
| [backup](backup) | Create a backup of DTR |
| [upgrade](upgrade) | Upgrade DTR 2.4.x cluster to this version |
| [images](images) | List all the images necessary to install DTR |
| [emergency-repair](emergency-repair) | Recover DTR from loss of quorum |
| [install](install/) | Install Docker Trusted Registry |
| [join](join/) | Add a new replica to an existing DTR cluster |
| [reconfigure](reconfigure/) | Change DTR configurations |
| [remove](remove/) | Remove a DTR replica from a cluster |
| [destroy](destroy/) | Destroy a DTR replica's data |
| [restore](restore/) | Install and restore DTR from an existing backup |
| [backup](backup/) | Create a backup of DTR |
| [upgrade](upgrade/) | Upgrade DTR 2.4.x cluster to this version |
| [images](images/) | List all the images necessary to install DTR |
| [emergency-repair](emergency-repair/) | Recover DTR from loss of quorum |