converge icon indicating copy to clipboard operation
converge copied to clipboard

docker.image: ability to ensure an image does not exist

Open ryane opened this issue 9 years ago • 0 comments

It should be possible to ensure an image does not exist:

docker.image "busybox" {
  name               = "busybox"
  tag                   = "latest"
  state                = "absent"
}

ryane avatar Oct 26 '16 19:10 ryane