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
| Option | Description |
|:-----------------------------|:---------------------------|
|`install`| Install Docker Trusted Registry|
|`join`| Add a new replica to an existing DTR cluster|
|`reconfigure`| Change DTR configurations|
|`remove`| Remove a DTR replica from a cluster|
|`destroy`| Destroy a DTR replica's data|
|`restore`| Install and restore DTR from an existing backup|
|`backup`| Create a backup of DTR|
|`upgrade`| Upgrade DTR 2.0.0 or later cluster to this version|
|`dumpcerts`| Print the TLS certificates used by DTR|
|`images`| List all the images necessary to install DTR|
| Option | Description |
|:--------------|:---------------------------------------------------|
| `backup` | Create a backup of DTR |
| `destroy` | Destroy a DTR replica's data |
| `images` | List all the images necessary to install DTR |
| `install` | Install Docker Trusted Registry |
| `join` | Add a new replica to an existing DTR cluster |
| `reconfigure` | Change DTR configurations |
| `remove` | Remove a DTR replica from a cluster |
| `restore` | Install and restore DTR from an existing backup |
| `upgrade` | Upgrade DTR 2.0.0 or later cluster to this version |