vignettes/articles/01-docker-images.Rmd
01-docker-images.Rmd
Caution: This article documents functionality that is out of scope for the package version hosted on CRAN.
Build a specific docker image by running
.Rprofile$docker$start(<service-name>)
The available services are
Service Name | Description |
---|---|
r-package |
Docker image for building R packages. |
r-project |
Docker image for building R projects. |
r-ml |
Docker image for building machine learning in R. |
r-book |
Docker image for authoring books in R. |
r-microservice |
Docker image for deploying microservices in R. |
r-stanverse |
Docker image for developing Stan-based projects |
For example, to build the r-package
service run
.Rprofile$docker$start("r-package")
You can see the available tidylab
images on Docker Hub.