sp_docker_build: Build a Docker image

Description Usage Arguments Value

View source: R/sp_docker_functions.R

Description

Creates a Docker image

Usage

1
sp_docker_build(build_options, build_context_path)

Arguments

build_options

character: the build options. There are many; do docker build --help at a command prompt to see them. You will need at least the --tag option to give the built image a tag (name).

build_context_path

character: the build context path

Value

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


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