Fix CLI reference

This commit is contained in:
Joao Fernandes 2018-04-13 15:18:07 -07:00 committed by Jim Galasyn
parent 9dafbe7caf
commit 3ee205cfd8
2 changed files with 14 additions and 17 deletions

View File

@ -1333,9 +1333,8 @@ reference:
title: backup
- path: /reference/dtr/2.5/cli/destroy/
title: destroy
- title: Emergency repair
path: /reference/dtr/2.5/cli/emergency-repair/
title: Emergency repair
- path: /reference/dtr/2.5/cli/emergency-repair/
title: emergency-repair
- path: /reference/dtr/2.5/cli/install/
title: install
- path: /reference/dtr/2.5/cli/join/

View File

@ -22,17 +22,15 @@ docker run -it --rm docker/dtr \
## Commands
| 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 |
|[dumpcerts](dumpcerts)| Print the TLS certificates used by DTR |
|[images](images)| List all the images necessary to install DTR |
|[emergency-repair](emergency-repair)| Recover DTR from loss of quorum |
| 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 |