CLI Reference¶
The CLI tool has commands to install, configure, and backup Mirantis Secure Registry (MSR). It also allows uninstalling MSR. 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.
Syntax¶
docker run -it --rm mirantis/dtr \
command [command options]
If not specified, mirantis/dtr
uses the latest
tag by default. To
work with a different version, specify it in the command. For example,
docker run -it --rm
mirantis/dtr:2.9.21
.