docs/content/guides/ruby/_index.md

28 lines
968 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Ruby on Rails language-specific guide
linkTitle: Ruby
description: Containerize Ruby on Rails apps using Docker
keywords: Docker, getting started, ruby, language
summary: |
This guide explains how to containerize Ruby on Rails applications using
Docker.
toc_min: 1
toc_max: 2
aliases:
- /language/ruby/
- /guides/language/ruby/
languages: [ruby]
levels: [beginner]
params:
time: 20 minutes
---
The Ruby language-specific guide teaches you how to containerize a Ruby on Rails application using Docker. In this guide, youll 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.