sp_make_dvdrental_image: Make 'dvdrental' Docker image

Description Usage Arguments Details Value Examples

View source: R/sp_docker_functions.R

Description

Creates a Docker image with PostgreSQL and the dvdrental database

Usage

1

Arguments

image_tag

character: a valid image tag (name) for the docker image

Details

See the vignette "Building the dvdrental Docker Image" for the details.

Value

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

Examples

1
2
3
4
5
## Not run: 
build_log <- sp_make_dvdrental_image("test-dvdrental:latest")
sp_docker_images_tibble()

## End(Not run)

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