sp_docker_remove_container.Rd
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!
sp_docker_remove_container(docker_container)
docker_container | character: the name of the container to remove |
---|
a numeric 0
Warning: this function removes the container you asked it to remove!
if (FALSE) sp_docker_remove_container("sql-pet")