image_install: Install module's image
Description
Install the Docker image for an outsider module after the module
package has been installed.
Usage
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.