sp_docker_stop: Stop an existing container

Description Usage Arguments Value Examples

View source: R/sp_docker_functions.R

Description

Stops the container given by container_name.

Usage

1
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

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

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