sp_docker_remove_image.RdForcibly removes a Docker image. If it doesn't exist you won't get an error message. This is a blunt instrument!
sp_docker_remove_image(docker_image)
| docker_image | character: the name of the image to remove |
|---|
a numeric 0
Warning: this function removes the image you asked it to remove!
if (FALSE) sp_docker_remove_image("docker.io/postgres:10")