Skip to content

Command Line Tools

wheels deploy accessory boot

docker run the named accessory container on its pinned host(s).

synopsis
wheels deploy accessory boot <name|all> [--destination=<name>] [--dry-run]
FlagDescription
<name>Required positional. Accessory name, or all to fan out.
--destination=<name>Overlay destination config.
--dry-runPrint commands without executing.

For each targeted accessory, emits docker run with the image, env, volumes, and files: uploads declared in deploy.yml. Container named <service>-<accessory>.

example
wheels deploy accessory boot db
wheels deploy accessory boot all