Files
docker-docs/content/language/ruby/_index.md
Gerardo Lopez 5a5ee25bb5 Add Ruby on rails example for ruby docs (#20412)
* 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
2024-07-31 08:08:59 -07:00

814 B
Raw Blame History

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, 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.

{{< button text="Containerize a Ruby on Rails app" url="containerize.md" >}}