Skip to content
Fresh

R

Back

Guides

R language-specific guide

This guide details how to containerize R applications using Docker.

R

10 minutes

1

Containerize your app

2

Develop your app

3

Configure CI/CD

4

Test your deployment

« Back to all guides

R language-specific guide


This guide details how to containerize R applications using Docker.

Time to complete10 minutes

The R language-specific guide teaches you how to containerize a R application using Docker. In this guide, you’ll 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.

Modules

  1. Containerize your app Learn how to containerize a R application.

  2. Develop your app Learn how to develop your R application locally.

  3. Configure CI/CD Learn how to configure CI/CD using GitHub Actions for your R application.

  4. Test your deployment Learn how to develop locally using Kubernetes