dockerRemoveContainer
Removes a docker container from the machine. This operation uses Docker CLI, it requires the docker executable to be on the path of the docker endpoint.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Docker Unix Socket |
| No | The socket the Docker daemon listens on. Required if Docker Server and Docker Port are not set. Default value is [/var/run/docker.sock] |
Docker Server Address |
| No | The IP address of the Docker server.  Required if Docker Unix Socker is not set. |
Docker Port |
| No | The port the Docker service is listening on. Required if Docker Unix Socker is not set. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Container ID |
| Yes | The ID of the container to remove. |
Force Remove |
| No | Should the container be forcibly removed? If the container is running and this is false, it will not be removed. |
Remove Volumes |
| No | Should the volumes associated with this container be deleted. |
Additional Options |
| No | Add any additional options, which will be concatenated to the remove command. |
Artifacts
This operation doesn’t consume or produce any artifacts.
Endpoint Selection
This operation delegates the selection to the workflow developer to determine.
Endpoint Execution
This operations delegates the execution to the workflow developer to decide.
- style