<command>
Runs an arbitrary Docker CLI command (action name is forwarded to docker).
Example for command __dispatch__:
@docker __dispatch__ {
args = "image prune -f"
}Capabilities
| Capability | Info |
|---|---|
| Cache | never |
| Bach | no |
Argument Reference
The following arguments are supported:
args- (Optional) Arguments appended after the Docker subcommand.
Last updated on