Starts the container given by container_name.

sp_docker_start(container_name)

Arguments

container_name

character: container to start

Value

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

Examples

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