rails/docked
Running Rails from Docker for easy start to development observed · 2026-08-28
Health v2 · maintenance only
42/100
- Activity 23
- Release rhythm 35
- Longevity 97
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1359
- days_rel: n/a
- days_push: 462
- n_releases_24m: 0
Adoption not part of the score
1305 stars · 62 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Docked Rails CLI is a Docker-based wrapper that lets newcomers run Rails with only Docker installed, via a simple 'docked' alias around the official Rails CLI image. It bundles the dependencies needed for a default 'rails new' app so beginners can scaffold and run a Rails app without installing Ruby locally.
Use cases
- set up rails development environment with only docker installed
- create a new rails app as a beginner without installing ruby
- run rails server and scaffolding commands through docker
- quickly try out rails on windows via wsl
- avoid local ruby and dependency setup for rails tutorials
When to choose
- you are new to Rails and want the fastest possible start
- you only have Docker available and don't want to install Ruby
- you're following beginner tutorials using default SQLite setup
When to avoid
- you need a full production or team development setup
- your app requires PostgreSQL, Redis, or other extra services
- you already have a working Ruby/Rails environment
Facets
cli-tool · maturity active
cli developer-tools container-runtime web-framework web-development developer-tools cross-platform windows rails docker beginner-friendly ruby scaffolding onboarding command-line containers linux macos
1 source
- readme: https://github.com/rails/docked · fetched 2026-08-28 · 818b968a6945
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rails/docked | main | 42 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem