mirantis/ucp id

mirantis/ucp id

Use this command to print the ID of the MKE components running on this node. This ID matches what you see when running the docker info command while using a client bundle. This ID is used by other commands as confirmation.

Usage

docker container run --rm \
    --name ucp \
    -v /var/run/docker.sock:/var/run/docker.sock \
    docker/ucp \
    id

Options

Option Description
--debug, -D Enable debug mode
--jsonlog Produce json formatted output for easier parsing.