Ruby on Rails language-specific guide
The Ruby language-specific guide teaches you how to containerize a Ruby on Rails application using Docker. In this guide, you’ll learn how to:
- Containerize and run a Ruby on Rails application
- Set up a local environment to develop a Ruby on Rails application using containers
- Configure a CI/CD pipeline for a containerized Ruby on Rails application using GitHub Actions
- Deploy your containerized Ruby on Rails application locally to Kubernetes to test and debug your deployment
Start by containerizing an existing Ruby on Rails application.
Modules
- Containerize your app
Learn how to containerize a Ruby on Rails application.
- Develop your app
Learn how to develop your Ruby on Rails application locally.
- Configure CI/CD
Learn how to configure CI/CD using GitHub Actions for your Ruby on Rails application.
- Test your deployment
Learn how to develop locally using Kubernetes