update: Run update docker image

Description Usage Arguments Value See Also Examples

View source: R/dockerfile.R

Description

Add command when creating docker image to update installed software

Usage

1

Arguments

df

a dockerfile object from 'dockerfile()'

Value

dockerfile

See Also

Other dockerfile: build, cmd, copy, expose, from, install_r_lib_version, install_r_lib, install, run, write_dockerfile

Examples

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()

thebioengineer/dockyard documentation built on Dec. 4, 2019, 1:44 a.m.