Uninstall Docker Trusted Registry

Estimated reading time: 1 minute

Uninstalling DTR can be done by simply removing all data associated with each replica. To do that, you just run the destroy command once per replica:

docker run -it --rm \
  docker/dtr:2.3.11 destroy \
  --ucp-insecure-tls

You will be prompted for the UCP URL, UCP credentials, and which replica to destroy.

To see what options are available in the destroy command, check the destroy command reference documentation.

Where to go next

Rate this page:

 
0
 
0