mirror of https://github.com/docker/docs.git
Fix CLI reference
This commit is contained in:
parent
9dafbe7caf
commit
3ee205cfd8
|
@ -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/
|
||||
|
|
|
@ -23,7 +23,7 @@ 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 |
|
||||
|
@ -32,7 +32,5 @@ docker run -it --rm docker/dtr \
|
|||
| [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 |
|
||||
|
||||
|
|
Loading…
Reference in New Issue