converge
converge copied to clipboard
docker.image: ability to ensure an image does not exist
It should be possible to ensure an image does not exist:
docker.image "busybox" {
name = "busybox"
tag = "latest"
state = "absent"
}