mirror of https://github.com/docker/docs.git
Update DTR 2.2 ref docs
This commit is contained in:
parent
726bc35de3
commit
3c0e512e83
|
@ -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|
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue