In correlation with the end of life (EOL) for MKE 3.7.x, maintenance of this documentation set was discontinued as of 2025-AUG-29. Click here for the latest MKE 3.x version documentation.

images

The images command reviews the MKE images that are available on the specified node and pulls the ones that are missing.


To use the images command:

docker container run --rm -it \
  --name ucp \
  -v /var/run/docker.sock:/var/run/docker.sock \
  mirantis/ucp:3.x.y \
  images <command-options>

Options

Option

Description

--debug, -D

Enables debug mode.

--jsonlog

Produces JSON-formatted output for easier parsing.

--list

Lists all the images used by MKE but does not pull them.

--pull <value>

Pulls the MKE images.

Valid values: always, missing, and never.

--registry-password <value>

Specifies the password to use when pulling images.

--registry-username <value>

Specifies the user name to use when pulling images.

--swarm-only

Returns only the images used in Swarm-only mode.