Skip to content

Command Line Tools

wheels deploy app images

docker images <image> across every host. Lists every pulled tag of the app image, useful for confirming what's available to roll back to.

wheels deploy app images [--role=<name>] [--destination=<name>] [--dry-run]

| Flag | Description | |------|-------------| | --role=<name> | Limit to one role. | | --destination=<name> | Overlay destination config. | | --dry-run | Print the command without executing. |

--release is not required.

Emits docker images <image> on every host. Output includes image ID, tag, and created-at — the usual docker images columns.

To reduce disk pressure from old images, run wheels deploy prune images.

example
wheels deploy app images