# jwilder/dockerize

Utility to simplify running applications in docker containers

Repository: https://github.com/jwilder/dockerize
Canonical: https://ross.abutalabs.com/products/dockerize
Language: Go
License: MIT
License Family: permissive
Topics: docker, go
Last push: 2026-08-26T09:04:30+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 81, longevity 100
- inputs: {"age_days": 4342, "days_push": 7, "days_rel": 49, "gap_med": 36, "n_releases_24m": 16}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5208, forks 423 (observed 2026-08-28T04:09:13.012923+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: stable
- function: templating, configuration-management, logging, developer-tools, cli
- domain: developer-tools
- platform: cli, cross-platform
- tags: docker-entrypoint, config-templates, log-tailing, service-wait, container-startup, devops, containers, automation, linux, macos, docker

## Member repositories
- jwilder/dockerize (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:13.012923+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:00:13.060065+00:00, confidence not recorded.
  - readme: https://github.com/jwilder/dockerize (fetched 2026-08-28T04:09:13.012923+00:00, sha 94dd24230c5f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
