Files
docker-docs/datacenter/dtr/2.0/reference/index.md
Gaetan de Villele 2fc9ecad1b fix type of keywords entry in frontmatter (in /datacenter/)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-14 18:46:44 -08:00

1.7 KiB

description, keywords, title
description keywords title
Learn about the options available on the docker/dtr image. docker, dtr, install, uninstall, configure 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

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
migrate Migrate configurations, accounts, and repository metadata from DTR 1.4.3 to 2.0
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