mirror of
https://github.com/docker/docs.git
synced 2026-03-29 23:38:56 +07:00
* Update ruby folder * Add deploy file * Update deploy * Update database * Update files from codereview * Update develop md * Add whales * Add env file * Apply changes * Apply feedback from craig * Delete mr64 * apply feedback
814 B
814 B
description, keywords, title, toc_min, toc_max
| description | keywords | title | toc_min | toc_max |
|---|---|---|---|---|
| Containerize Ruby on Rails apps using Docker | Docker, getting started, ruby, language | Ruby on Rails language-specific guide | 1 | 2 |
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.
{{< button text="Containerize a Ruby on Rails app" url="containerize.md" >}}