docs/content/guides/r/_index.md

822 B
Raw Blame History

title linkTitle description keywords summary toc_min toc_max aliases languages params
R language-specific guide R Containerize R apps using Docker Docker, getting started, R, language This guide details how to containerize R applications using Docker. 1 2
/languages/r/
/guides/languages/r/
r
time
10 minutes

The R language-specific guide teaches you how to containerize a R application using Docker. In this guide, youll learn how to:

  • Containerize and run a R application
  • Set up a local environment to develop a R application using containers
  • Configure a CI/CD pipeline for a containerized R application using GitHub Actions
  • Deploy your containerized R application locally to Kubernetes to test and debug your deployment

Start by containerizing an existing R application.