Subtype of TaskInterface to represent docker containers
| Name | Type | Description | Notes |
|---|---|---|---|
| dockerImage | String | Name of the docker image (should include repository, credentials, tags) | [optional] |
| environment | Map<String, String> | A key - value type of Map using <String, String>. | [optional] |
| updateAction | String | An (optional) update action for updating the communication. | [optional] |