Description Usage Arguments Details Value Examples
View source: R/sp_docker_functions.R
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!
| 1 | sp_docker_remove_container(docker_container)
 | 
| docker_container | character: the name of the container to remove | 
Warning: this function removes the container you asked it to remove!
a numeric 0
| 1 | ## Not run: sp_docker_remove_container("sql-pet")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.