Files
docker-docs/datacenter/ucp/1.1/reference/id.md
Gaetan de Villele 2fc9ecad1b fix type of keywords entry in frontmatter (in /datacenter/)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-14 18:46:44 -08:00

24 lines
568 B
Markdown

---
description: Dump out the ID of the UCP components running on this engine.
keywords: docker, ucp, id
title: docker/ucp id
---
Dump out the ID of the UCP components running on this engine.
## Usage
```
docker run --rm \
--name ucp \
-v /var/run/docker.sock:/var/run/docker.sock \
docker/ucp \
id
```
## Description
This utility will display the ID of the local UCP components running
on this node. This ID matches what you see when you run 'docker info'
pointed to the UCP controller(s) and is required by various commands
in this tool as confirmation.