sp_docker_remove_container: Forcibly remove a container

Description Usage Arguments Details Value Examples

View source: R/sp_docker_functions.R

Description

Forcibly removes a Docker container. If it is running it will be forcibly terminated and removed. If it doesn't exist you won't get an error message. This is a blunt instrument!

Usage

1
sp_docker_remove_container(docker_container)

Arguments

docker_container

character: the name of the container to remove

Details

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

Value

a numeric 0

Examples

1
## Not run: sp_docker_remove_container("sql-pet")

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