Creates a Docker image with PostgreSQL and the dvdrental database

sp_make_dvdrental_image(image_tag)

Arguments

image_tag

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

Value

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

Details

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

Examples

if (FALSE) { build_log <- sp_make_dvdrental_image("test-dvdrental:latest") sp_docker_images_tibble() }