Update DTR 2.2 ref docs

This commit is contained in:
Joao Fernandes 2017-01-09 15:51:59 -08:00
parent 726bc35de3
commit 3c0e512e83
1 changed files with 11 additions and 13 deletions

View File

@ -22,16 +22,14 @@ docker run -it --rm docker/dtr \
## Commands ## Commands
| Option | Description | | Option | Description |
|:-----------------------------|:---------------------------| |:--------------|:---------------------------------------------------|
|`install`| Install Docker Trusted Registry| | `backup` | Create a backup of DTR |
|`join`| Add a new replica to an existing DTR cluster| | `destroy` | Destroy a DTR replica's data |
|`reconfigure`| Change DTR configurations| | `images` | List all the images necessary to install DTR |
|`remove`| Remove a DTR replica from a cluster| | `install` | Install Docker Trusted Registry |
|`destroy`| Destroy a DTR replica's data| | `join` | Add a new replica to an existing DTR cluster |
|`restore`| Install and restore DTR from an existing backup| | `reconfigure` | Change DTR configurations |
|`backup`| Create a backup of DTR| | `remove` | Remove a DTR replica from a cluster |
|`upgrade`| Upgrade DTR 2.0.0 or later cluster to this version| | `restore` | Install and restore DTR from an existing backup |
|`dumpcerts`| Print the TLS certificates used by DTR| | `upgrade` | Upgrade DTR 2.0.0 or later cluster to this version |
|`images`| List all the images necessary to install DTR|