dvdrental
Docker imagesp_make_dvdrental_image.Rd
Creates a Docker image with PostgreSQL and the dvdrental
database
sp_make_dvdrental_image(image_tag)
image_tag | character: a valid image tag (name) for the docker image |
---|
Result of Docker command if it succeeded. Stops with an error message if it failed.
See the vignette "Building the dvdrental
Docker Image" for the
details.
if (FALSE) { build_log <- sp_make_dvdrental_image("test-dvdrental:latest") sp_docker_images_tibble() }