<command>

Runs an arbitrary Docker CLI command (action name is forwarded to docker). Example for command __dispatch__:

@docker __dispatch__ {
    args = "image prune -f"
}

Capabilities

CapabilityInfo
Cachenever
Bachno

Argument Reference

The following arguments are supported:

  • args - (Optional) Arguments appended after the Docker subcommand.
Last updated on