Rm
yaml
type: "io.kestra.plugin.docker.rm"
Examples
yaml
id: docker_remove_containers
namespace: company.team
tasks:
- id: remove_containers
type: io.kestra.plugin.docker.Rm
force: true
containerIds:
- 947795c71c71
- 5ad36bff753e
Properties
config stringobject
containerIds array
SubType string
credentials Credentials
force booleanstring
Default
false
host string
imageIds array
SubType string
removeVolumes booleanstring
Default
false