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 |
---|---|
|
Enables debug mode. |
|
Produces JSON-formatted output for easier parsing. |
|
Lists all the images used by MKE but does not pull them. |
|
Pulls the MKE images. Valid values: |
|
Specifies the password to use when pulling images. |
|
Specifies the user name to use when pulling images. |
|
Returns only the images used in Swarm-only mode. |