Stops the container given by container_name.

sp_docker_stop(container_name)

Arguments

container_name

character: container to stop

Value

Result of Docker command if it succeeded. Stops with an error message if it failed.

Examples

if (FALSE) sp_docker_stop("sql-pet")