id

The id command prints the ID of the MKE components that run on your MKE cluster. This ID matches the ID in the output of the docker info command, when issued while using a client bundle.


To use the id command:

docker container run --rm \
  --name ucp \
  -v /var/run/docker.sock:/var/run/docker.sock \
  mirantis/ucp:3.x.y \
  id

Options

Option

Description

--debug, -D

Enables debug mode.

--jsonlog

Produces JSON-formatted output for easier parsing.