Skip to main content

Docker Execute

Docker Execute

Launches a Docker container from an image and executes a specified command inside it.

Image

The name of the Docker image to execute. This image will be pulled if not already available locally.

Volumes

Specify volumes to map into the container. The temporary path will automatically map to /temp inside the container.

Additional Outputs

An indexed list of additional expected outputs from the command execution, to match against output for custom processing.

These outputs will be called if the output from the docker execute matches one of these strings.

Command

The specific command to run within the Docker container.

Outputs

  1. Exit Code was zero/successful
  2. Matched additional output 1 etc