awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jwilder avatar

jwilder/dockerize

0
View on GitHub↗
5,202 Stars·423 Forks·Go·MIT·2 Aufrufe

Dockerize

Dieses Projekt ist ein Prozessmanagement-Toolkit für Docker-Container. Es bietet Hilfsmittel zur Überwachung von Container-Prozessen, zum Rendern von Boot-Templates, zum Streamen von Logs und zum Verifizieren von Dienstabhängigkeiten.

Das Toolkit enthält einen Dienstabhängigkeits-Checker, der den Anwendungsstart blockiert, bis erforderliche Netzwerk-Sockets, Web-Endpunkte oder lokale Dateien verfügbar sind. Es verfügt zudem über einen Konfigurations-Template-Renderer zur Generierung von Anwendungsdateien aus Umgebungsvariablen während des Boot-Prozesses sowie ein Log-Streaming-Hilfsmittel, das Dateiaktualisierungen mittels Polling und Rotationsbehandlung an die Standardausgabe weiterleitet.

Das System verwaltet zudem Anwendungslebenszyklen durch einen Prozess-Supervisor, der die Ausführung umschließt und Systemsignale an untergeordnete Prozesse weiterleitet, um ein ordnungsgemäßes Herunterfahren sicherzustellen.

Features

  • Container Process Supervisors - Provides a specialized supervisor for containers that ensures system signals are forwarded to child processes.
  • Runtime Availability Polling - Blocks startup by repeatedly verifying the availability of network sockets, web endpoints, or local files.
  • Configuration File Generation - Generates physical configuration files from templates by injecting environment variables during startup.
  • Container Configuration Templates - Generates application configuration files from templates using environment variables during the boot process.
  • Container Startup Dependency Management - Pauses Docker container startup until required network sockets, web endpoints, or files are available.
  • Container Process Management Toolkits - Offers a comprehensive set of utilities for managing process lifecycles, signal forwarding, and service dependencies in Docker.
  • Container Signal Forwarders - Intercepts container stop signals and forwards them to child processes for graceful termination.
  • Process Lifecycle Management - Wraps application execution to ensure signals are handled correctly and processes are managed in containers.
  • Service Dependency Blocking - Provides a mechanism to block application startup until required network sockets, endpoints, or files are available.
  • Environment Variable Injection - Injects environment variables into configuration templates during the initial boot sequence.
  • Configuration Template Renderers - Creates destination configuration files by processing templates with environment variables and built-in functions.
  • Process Lifecycle Wrappers - Wraps application execution as child processes to manage their lifecycle and capture I/O streams.
  • Process Supervision - Manages application lifecycles and signal forwarding inside containers to ensure graceful shutdowns.
  • Service Availability Checkers - Blocks application startup until required network sockets, web endpoints, or local files are available.
  • Service Availability Polling - Verifies network availability by polling sockets or web endpoints to block application startup until dependencies are ready.
  • Startup Dependency Verifications - Blocks application startup until required local files exist on disk to ensure dependency readiness.
  • Log File Streaming - Monitors log files via polling and pipes updates to standard output while handling file rotations.
  • Container Log Streaming - Pipes log file updates from within a container to the standard output stream using polling.
  • Container Management - Simplifies running applications inside containers.
  • Deployment and DevOps - Tool for configuring and running applications in Docker containers.

Star-Verlauf

Star-Verlauf für jwilder/dockerizeStar-Verlauf für jwilder/dockerize

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Dockerize

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Dockerize.
  • phusion/baseimage-dockerAvatar von phusion

    phusion/baseimage-docker

    9,098Auf GitHub ansehen↗

    Phusion/baseimage-docker is a minimal Ubuntu-based Docker base image that includes a proper init system for managing multiple services and processes inside a single container. It provides a lightweight init process that reaps zombie processes, forwards stop signals for graceful shutdown, and supervises daemons through runit, restarting them automatically if they crash. The image includes a preconfigured OpenSSH server restricted to public-key authentication for secure shell access to running containers, along with a cron daemon for scheduling recurring tasks. It supports ordered startup scrip

    Shell
    Auf GitHub ansehen↗9,098
  • hashicorp/consul-templateAvatar von hashicorp

    hashicorp/consul-template

    4,830Auf GitHub ansehen↗

    Consul Template is a configuration renderer and dynamic configuration manager that generates files by populating templates with data from Consul and Vault. It functions as a service discovery template engine and secrets management integrator, transforming cluster catalog and health data into formatted configuration files. The tool distinguishes itself by acting as a process supervisor and notifier, capable of executing shell commands or restarting applications automatically after templates are updated. It features a long-polling watcher to monitor remote key-value stores and employs a shared

    Goconsulgolangvault
    Auf GitHub ansehen↗4,830
  • krallin/tiniAvatar von krallin

    krallin/tini

    11,129Auf GitHub ansehen↗

    Tini is a lightweight process management tool designed to act as the entrypoint for OCI compliant containers. It functions as a minimal init process that manages the lifecycle of a primary child process, preventing the root process from ignoring critical termination signals. The project focuses on signal proxying and zombie process reaping. It forwards system signals from the container runtime to child processes and process groups to ensure graceful shutdowns. Additionally, it automatically collects terminated child processes to prevent the process table from filling with defunct entries. Ti

    Ccdockerinit
    Auf GitHub ansehen↗11,129
  • hashicorp/packerAvatar von hashicorp

    hashicorp/packer

    15,708Auf GitHub ansehen↗

    Packer is a machine image builder and multi-platform image orchestrator used to create identical virtual machine images for multiple platforms from a single source configuration. It functions as an infrastructure as code tool, utilizing the HashiCorp Configuration Language to define versioned and reproducible templates for cloud image provisioners. The tool is distinguished by its plugin-based extension model, which allows it to load external binaries for builders and provisioners to support various cloud platforms and virtualization environments. It includes a post-processor pipeline to tran

    Go
    Auf GitHub ansehen↗15,708
Alle 30 Alternativen zu Dockerize anzeigen→

Häufig gestellte Fragen

Was macht jwilder/dockerize?

Dieses Projekt ist ein Prozessmanagement-Toolkit für Docker-Container. Es bietet Hilfsmittel zur Überwachung von Container-Prozessen, zum Rendern von Boot-Templates, zum Streamen von Logs und zum Verifizieren von Dienstabhängigkeiten.

Was sind die Hauptfunktionen von jwilder/dockerize?

Die Hauptfunktionen von jwilder/dockerize sind: Container Process Supervisors, Runtime Availability Polling, Configuration File Generation, Container Configuration Templates, Container Startup Dependency Management, Container Process Management Toolkits, Container Signal Forwarders, Process Lifecycle Management.

Welche Open-Source-Alternativen gibt es zu jwilder/dockerize?

Open-Source-Alternativen zu jwilder/dockerize sind unter anderem: phusion/baseimage-docker — Phusion/baseimage-docker is a minimal Ubuntu-based Docker base image that includes a proper init system for managing… hashicorp/consul-template — Consul Template is a configuration renderer and dynamic configuration manager that generates files by populating… krallin/tini — Tini is a lightweight process management tool designed to act as the entrypoint for OCI compliant containers. It… lirantal/dockly — Dockly is a terminal user interface for managing Docker containers and services through an interactive menu. It… hashicorp/packer — Packer is a machine image builder and multi-platform image orchestrator used to create identical virtual machine… roadrunner-server/roadrunner — RoadRunner is a high-performance application server and process manager designed to serve PHP applications using a…