Description Usage Arguments Details Value Examples
View source: R/dockerfile_obj.R
Specify dockerfile to base build off of
1 | dockerfile(path = "")
|
path |
path to either existing dockerfile to base off of, or where the output will be |
This function should be used with the dockercommands family of functions to generate a dockerfile to be used for building a new docker image
dockefile object
1 2 3 4 5 | ## Not run:
df <- dockerfile()
df2 <- dockerfile("path/to/existing/dockerfile")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.