mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +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>
1.1 KiB
1.1 KiB
description, keywords, title
| description | keywords | title |
|---|---|---|
| Dump out the TLS certificates used by this DTR instance | docker, dtr, cli, dumpcerts | docker/dtr dumpcerts |
Dump out the TLS certificates used by this DTR instance
Usage
docker run -i --rm docker/dtr \
dumpcerts [command options] > backup.tar
Description
This command creates a backup of the certificates used by DTR for communicating across replicas with TLS.
Options
| Option | Description |
|---|---|
--ucp-url |
Specify the UCP controller URL including domain and port |
--ucp-username |
Specify the UCP admin username |
--ucp-password |
Specify the UCP admin password |
--debug |
Enable debug mode, provides additional logging |
--hub-username |
Specify the Docker Hub username for pulling images |
--hub-password |
Specify the Docker Hub password for pulling images |
--ucp-insecure-tls |
Disable TLS verification for UCP |
--ucp-ca |
Use a PEM-encoded TLS CA certificate for UCP |
--existing-replica-id |
ID of an existing replica in a cluster |