mirror of
https://github.com/docker/docs.git
synced 2026-04-01 16:58:54 +07:00
* added test for keywords Signed-off-by: Adrien Duermael <adrien@duermael.com> * fixed keywords in some md files for tests to pass Signed-off-by: Adrien Duermael <adrien@duermael.com> * fixed keywords in /datacenter Signed-off-by: Adrien Duermael <adrien@duermael.com> * tests/Dockerfile: no need to add git Signed-off-by: Adrien Duermael <adrien@duermael.com> * tests/Dockerfile: changed maintainer Signed-off-by: Adrien Duermael <adrien@duermael.com>
36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown
---
|
|
description: Learn about the commands available in the docker/dtr image.
|
|
keywords: docker, dtr, install, uninstall, configure
|
|
title: docker/dtr overview
|
|
---
|
|
|
|
This tool has commands to install, configure, and backup Docker
|
|
Trusted Registry (DTR). It also allows uninstalling DTR.
|
|
By default the tool runs in interactive mode. It prompts you for
|
|
the values needed.
|
|
|
|
Additional help is available for each command with the '--help' option.
|
|
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
docker run -it --rm docker/dtr \
|
|
command [command options]
|
|
```
|
|
|
|
|
|
## Commands
|
|
|
|
| Option | Description |
|
|
|:-----------------------------|:---------------------------|
|
|
|`install`| Install Docker Trusted Registry on this Docker Engine|
|
|
|`join`| Add a new replica to an existing DTR cluster|
|
|
|`reconfigure`| Change DTR configurations|
|
|
|`remove`| Remove a replica from a DTR cluster|
|
|
|`restore`| Create a new DTR cluster from an existing backup|
|
|
|`backup`| Backup a DTR cluster to a tar file and stream it to stdout|
|
|
|`upgrade`| Upgrade a v2.0.0 or later cluster to this version of DTR|
|
|
|`dumpcerts`| Dump out the TLS certificates used by this DTR instance|
|
|
|`images`| Lists all the images necessary to install DTR|
|