# Installer dockerize avec Homebrew, apk, MacPorts

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de dockerize pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:dockerize
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install dockerize
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install dockerize
```

  Preuve: MacPorts ports tree: devel/dockerize/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add dockerize
```

  Preuve: Alpine Linux edge package indexes: dockerize from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

## Faits du paquet

- **Clé du paquet:** brew:dockerize
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.14.0
- **Résumé source:** Utility to simplify running applications in docker containers
- **Page d'accueil:** <https://github.com/jwilder/dockerize>
- **Dépôt:** <https://github.com/jwilder/dockerize>
- **Dernière mise à jour:** 2026-07-28T14:10:41+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- dockerize (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.14.0
## Historique du projet et usages

dockerize is Jason Wilder's container-startup helper for templating config files from environment variables, waiting for dependent services, and tailing application logs to stdout or stderr.

### Historique du projet

The GitHub repository was created in October 2014, the same day as Wilder's blog post 'A Simple Way To Dockerize Applications.' That early Docker era often required shell glue to turn environment variables into config files, wait for linked services, and redirect file-based logs into Docker's logging model.

dockerize formalized that glue into one static-style utility. Its first GitHub release, v0.0.1, appeared in October 2014; v0.1.0 followed in January 2016; and v0.13.0 was published in June 2026 with current release artifacts for Linux, Alpine, and macOS architectures.

### Historique d'adoption

dockerize became widely referenced because it solved practical Compose-era race conditions and legacy-app containerization problems without requiring application changes. The README links a Docker Compose issue discussion about why waiting for service readiness was outside Compose's own scope.

Its adoption path spans direct release downloads, a `jwilder/dockerize` Docker base image, Alpine packaging, MacPorts, and Homebrew. The Homebrew formula API reported stable version 0.13.0, 115 installs in the previous 30 days, and 1,630 installs in the previous year as of June 30, 2026.

### Modes d'utilisation

Typical usage wraps an application command with `dockerize`, adding `-template` mappings for generated config files, `-wait` URLs for TCP/HTTP/file/unix readiness checks, `-timeout` for fail-fast startup, and `-stdout` or `-stderr` log-tail targets. Templates use Go's `text/template` with environment access through `.Env`.

### Pourquoi les passionnés de paquets s'y intéressent

dockerize is significant because it captures a whole genre of container entrypoint shell scripts in a reusable package. It is boring in the best package-manager sense: one small executable that makes old apps behave like cloud-native containers at startup.

### Chronologie

- 2014: Repository created, introductory blog post published, and v0.0.1 released.
- 2016: v0.1.0 release published.
- 2025: 0.9.x releases show continued maintenance.
- 2026: v0.13.0 released and Homebrew reports stable 0.13.0.

### Related projects

- dockerize is historically related to Docker, Docker Compose, Go `text/template`, and container entrypoint/wait-for-it style helper scripts.
- It complements rather than replaces orchestration health checks: its main value is inside container startup for applications that cannot natively read environment variables, wait on dependencies, or log to stdout.

### Sources

- <https://github.com/jwilder/dockerize#readme>
- <https://api.github.com/repos/jwilder/dockerize>
- <https://jasonwilder.com/blog/2014/10/13/a-simple-way-to-dockerize-applications/>
- <https://github.com/jwilder/dockerize/releases/tag/v0.0.1>
- <https://github.com/jwilder/dockerize/releases/tag/v0.13.0>
- <https://formulae.brew.sh/api/formula/dockerize.json>


## Notes de sécurité

infrastructure mutation or orchestration signal.

- **Risque Geiger:** orange / moyen
- infrastructure mutation or orchestration signal

## Autres enregistrements de gestionnaires de paquets

- apk - dockerize - 0.13.0-r1: normalized package name match | Alpine Linux edge package indexes: dockerize from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Utility to simplify running applications in docker containers. | https://github.com/jwilder/dockerize
- MacPorts - dockerize: normalized package name match | MacPorts ports tree: devel/dockerize/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/dockerize.yml](https://github.com/mxcl/pkgdb/blob/main/combined/dockerize.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
