Prune
yaml
type: "io.kestra.plugin.docker.prune"
Examples
yaml
id: docker_prune_images
namespace: company.team
tasks:
- id: prune_images
type: io.kestra.plugin.docker.Prune
pruneType: IMAGES
dangling: true
Properties
pruneType *Requiredstring
Possible Values
BUILD
CONTAINERS
IMAGES
NETWORKS
VOLUMES
config stringobject
credentials Credentials
dangling booleanstring
Default
false
host string
labelFilters array
SubType string