set_run: Set a command to run in the image

Description Usage Arguments Value Examples

View source: R/set_run.R

Description

Set a command to run in the image

Usage

1
set_run(dockerfile, command, blank = TRUE)

Arguments

dockerfile

a specification of the contents of the dockerfile

command

a command to run in the shell

blank

boolean indicating whether or not to add a trailing space

Value

dockerfile

Examples

1
2
dockerfile() %>%
  set_run("-R install.packages('ggplot2')")

uncoast-unconf/whaler documentation built on Oct. 31, 2020, 9:10 p.m.