mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
957 B
957 B
title, linkTitle, description, keywords, summary, toc_min, toc_max, aliases, languages, tags, params
| title | linkTitle | description | keywords | summary | toc_min | toc_max | aliases | languages | tags | params | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Ruby on Rails language-specific guide | Ruby | Containerize Ruby on Rails apps using Docker | Docker, getting started, ruby, language | This guide explains how to containerize Ruby on Rails applications using Docker. | 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
- Configure a GitHub Actions workflow to build and push a Docker image to Docker Hub
- Set up a local environment to develop a Ruby on Rails application using containers
- 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.