Create Dockerfile from Template
1 2 3 4 5 6 7 8 | create_dockerfile(
base_image = "merlinoa/shiny_run_custom",
app_config = "default",
mainainer = whoami::whoami()["fullname"],
date = Sys.Date(),
packages = get_package_deps()[["package"]],
additional_r_commands = NULL
)
|
base_image |
base image for |
app_config |
app config, defaults to |
date |
date - defaults to |
packages |
R package dependencies returned from |
additional_r_commands |
any additional r commands to include in image |
maintainer |
maintainer - defaults to |
sysreqs |
logical - should sysreqs be included in image (via |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.