<command>

Run a docker command. Example for command image:

@docker image {
    arguments: "prune -f"
}

Argument Reference

The following arguments are supported:

  • command - (Optional) Example.
  • arguments - (Optional) Arguments for command.
Last updated on