mirror of https://github.com/docker/docs.git
Remove docker/ucp fingerprint (#4703)
This commit is contained in:
parent
ecf59d14ce
commit
95a5f2bfd7
|
|
@ -1446,8 +1446,6 @@ manuals:
|
|||
title: dump-certs
|
||||
- path: /datacenter/ucp/2.2/reference/cli/example-config/
|
||||
title: example-config
|
||||
- path: /datacenter/ucp/2.2/reference/cli/fingerprint/
|
||||
title: fingerprint
|
||||
- path: /datacenter/ucp/2.2/reference/cli/id/
|
||||
title: id
|
||||
- path: /datacenter/ucp/2.2/reference/cli/images/
|
||||
|
|
|
|||
|
|
@ -1,23 +0,0 @@
|
|||
---
|
||||
title: docker/ucp fingerprint
|
||||
description: Print the TLS fingerprint for this UCP web server
|
||||
keywords: ucp, cli, fingerprint
|
||||
---
|
||||
|
||||
Print the TLS fingerprint for this UCP web server
|
||||
|
||||
## Usage
|
||||
```
|
||||
docker container run --rm \
|
||||
--name ucp \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
docker/ucp \
|
||||
fingerprint
|
||||
```
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
This command displays the fingerprint of the certificate used in the UCP web
|
||||
server running on this node.
|
||||
|
||||
|
|
@ -38,7 +38,6 @@ docker container run -it --rm \
|
|||
| `images` | Verify the UCP images on this node |
|
||||
| `uninstall-ucp` | Uninstall UCP from this swarm |
|
||||
| `dump-certs` | Print the public certificates used by this UCP web server |
|
||||
| `fingerprint` | Print the TLS fingerprint for this UCP web server |
|
||||
| `support` | Create a support dump for this UCP node |
|
||||
| `id` | Print the ID of UCP running on this node |
|
||||
| `backup` | Create a backup of a UCP manager node |
|
||||
|
|
|
|||
Loading…
Reference in New Issue