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

@ -23,15 +23,13 @@ docker run -it --rm docker/dtr \
## Commands
| 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 |
|`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|