TaskContainerExecutionInformation interface
An interface representing TaskContainerExecutionInformation.
Properties
container |
The ID of the container. |
error | Detailed error information about the container. This is the detailed error string from the Docker service, if available. It is equivalent to the error field returned by "docker inspect". |
state | The state of the container. This is the state of the container according to the Docker service. It is equivalent to the status field returned by "docker inspect". |
Property Details
containerId
The ID of the container.
containerId?: string
Property Value
string
error
Detailed error information about the container. This is the detailed error string from the Docker service, if available. It is equivalent to the error field returned by "docker inspect".
error?: string
Property Value
string
state
The state of the container. This is the state of the container according to the Docker service. It is equivalent to the status field returned by "docker inspect".
state?: string
Property Value
string