create_dockerfile | R Documentation |
Create Dockerfile from
create_dockerfile(
path = getwd(),
base_image = "rocker/r-ver:latest",
app_config = "default",
mainainer = whoami::whoami()["fullname"],
date = Sys.Date(),
additional_r_commands = NULL,
port = "8080"
)
path |
defaults to getwd() |
base_image |
base image for |
app_config |
app config, defaults to |
date |
date - defaults to |
additional_r_commands |
any additional r commands to include in image |
maintainer |
maintainer - defaults to |
packages |
R package dependencies returned from |
sysreqs |
logical - should sysreqs be included in image (via |
invisibly returns list of package and system dependencies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.