mirror of https://github.com/docker/docs.git
32 lines
638 B
Markdown
32 lines
638 B
Markdown
---
|
|
description: Dump out the ID of the UCP components running on this engine.
|
|
keywords:
|
|
- docker, ucp, id
|
|
menu:
|
|
main:
|
|
identifier: ucp_ref_id
|
|
parent: ucp_ref
|
|
title: id
|
|
---
|
|
|
|
# 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.
|