Description Usage Arguments Value See Also Examples
Add command when creating docker image to update installed software
1 |
df |
a dockerfile object from 'dockerfile()' |
dockerfile
Other dockerfile: build
, cmd
,
copy
, expose
,
from
, install_r_lib_version
,
install_r_lib
, install
,
run
, write_dockerfile
1 2 3 4 5 | # Start a dockerfile based off of the rocker/shiny image to generate a
# shiny server using R version 3.6.1
dockerfile() %>%
from("rocker/r-ver:devel") %>%
update()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.