Creating a Run Command Step

This step starts an instance of a Docker image and runs a command on it.

Required properties:

Property Name Description
Container name The name to assign to the new container.
Image name The name of the Docker image to start an instance of.
Command The command to be run in the new container.