sp_docker_stop.RdStops the container given by container_name.
sp_docker_stop(container_name)
| container_name | character: container to stop |
|---|
Result of Docker command if it succeeded. Stops with an error message if it failed.
if (FALSE) sp_docker_stop("sql-pet")