mirror of https://github.com/docker/docs.git
Update broken links to the command pages
This commit is contained in:
parent
f778e75d51
commit
4992819d68
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue