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. |