Skip to content

Command Line Tools

wheels deploy app containers

docker ps filtered by the service label. Shows every container for the service on every host, across every version. Useful for confirming retained containers before a rollback.

wheels deploy app containers [--role=<name>] [--destination=<name>] [--dry-run]
FlagDescription
--role=<name>Limit to one role.
--destination=<name>Overlay destination config.
--dry-runPrint the command without executing.

Unlike most app verbs, --release is not required — this verb enumerates every version.

Emits docker ps --filter label=service=<service> on every host in the targeted role(s). Running and stopped containers are returned.

example
wheels deploy app containers
wheels deploy app containers --role=web