Operation Information
Execute a command in a running container
Input Parameters
Name | Type | Description | Required | Sensitive |
option | string | Any options to send to the Docker command | No | No |
container | string | The name of the container | Yes | No |
command | string | The command to execute against the container | Yes | No |
Output Parameters
Name | Type | Description | Required | Sensitive |
error | string | Any errors returned by the operation | No | No |
outcome | string | Outcome of the operation. Can be OK or FAIL | Yes | No |
response | string | The response from the Docker command | No | No |