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 registry.mirantis.com/msr/dtr \
command [command options]
If not specified, registry.mirantis.com/msr/dtr uses the
latest tag by default. To work with a different version, specify it in
the command. For example, docker run -it --rm
registry.mirantis.com/msr/dtr:2.10.0.
- registry.mirantis.com/msr/dtr backup
- registry.mirantis.com/msr/dtr destroy
- registry.mirantis.com/msr/dtr emergency-repair
- registry.mirantis.com/msr/dtr images
- registry.mirantis.com/msr/dtr install
- registry.mirantis.com/msr/dtr join
- registry.mirantis.com/msr/dtr reconfigure
- registry.mirantis.com/msr/dtr remove
- registry.mirantis.com/msr/dtr restore
- registry.mirantis.com/msr/dtr upgrade