jwilder/dockerize
Utility to simplify running applications in docker containers observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 99
- Release rhythm 81
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 36
- age_days: 4342
- days_rel: 49
- days_push: 7
- n_releases_24m: 16
Adoption not part of the score
5208 stars · 423 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
dockerize is a Go CLI utility that simplifies running applications in Docker containers. It generates configuration files from templates and environment variables at container startup, tails log files to stdout/stderr, and waits for dependent services to become available before launching the main process.
Use cases
- generate config files from environment variables at container startup
- wait for a database to be reachable before starting the app
- tail application log files to docker logs stdout
- template a settings file with a database URL env var
- delay container process until an HTTP or TCP service is up
- make file-logging apps like nginx work with docker logs
When to choose
- your app reads config from files that can't use environment variables directly
- you need to block container startup until dependencies are listening
- your application logs to files instead of stdout/stderr
- you want a small static binary as a Docker entrypoint wrapper
When to avoid
- your app supports environment variable configuration natively
- you use Kubernetes with ConfigMaps and init containers or entrypoint scripts
- you need full process supervision rather than a startup wrapper
- you prefer modern alternatives like envsubst or entrypoint shell scripts
Facets
cli-tool · maturity stable
templating configuration-management logging developer-tools cli developer-tools cli cross-platform docker-entrypoint config-templates log-tailing service-wait container-startup devops containers automation linux macos docker
1 source
- readme: https://github.com/jwilder/dockerize · fetched 2026-08-28 · 94dd24230c5f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jwilder/dockerize | main | 93 |
For agents
markdown · JSON · MCP: product_card(name="jwilder/dockerize")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem