sp_docker_remove_image: Forcibly remove an image

Description Usage Arguments Details Value Examples

View source: R/sp_docker_functions.R

Description

Forcibly removes a Docker image. If it doesn't exist you won't get an error message. This is a blunt instrument!

Usage

1
sp_docker_remove_image(docker_image)

Arguments

docker_image

character: the name of the image to remove

Details

Warning: this function removes the image you asked it to remove!

Value

a numeric 0

Examples

1
## Not run: sp_docker_remove_image("docker.io/postgres:10")

smithjd/sqlpetr documentation built on Feb. 29, 2020, 8:15 p.m.