dockerfile: Specify dockerfile to base build off of

Description Usage Arguments Details Value Examples

View source: R/dockerfile_obj.R

Description

Specify dockerfile to base build off of

Usage

1
dockerfile(path = "")

Arguments

path

path to either existing dockerfile to base off of, or where the output will be

Details

This function should be used with the dockercommands family of functions to generate a dockerfile to be used for building a new docker image

Value

dockefile object

Examples

1
2
3
4
5
## Not run: 
df <- dockerfile()
df2 <- dockerfile("path/to/existing/dockerfile")

## End(Not run)

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