image_install: Install module's image

Description Usage Arguments Value

View source: R/install.R

Description

Install the Docker image for an outsider module after the module package has been installed.

Usage

1
image_install(pkgnm, tag = "latest", pull = TRUE)

Arguments

pkgnm

Name of module's R package

tag

Docker tag, default 'latest'

pull

Pull from Docker Hub or build locally? Default, FALSE.

Value

Integer


outsider.base documentation built on April 19, 2021, 1:06 a.m.