mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
650 B
650 B
description, keywords, menu, title
| description | keywords | menu | title | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Dump out TLS certificates. |
|
|
fingerprint |
docker/ucp fingerprint
Dump out the TLS fingerprint for the UCP controller running on this Docker Engine.
Usage
docker run --rm \
--name ucp \
-v /var/run/docker.sock:/var/run/docker.sock \
docker/ucp \
fingerprint
Description
This utility will display the certificate fingerprint of the UCP controller running on the local engine. This can be used when scripting 'join' operations for the '--fingerprint' flag.