awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

2 Repos

Awesome GitHub RepositoriesProcess Runtime Environment Configurations

Assigning environment variables, working directories, and configuration files to spawned processes.

Distinct from Environment Variable Configuration: Focuses on the full execution context for a child process, not just argument parsing or JVM-specific flags.

Explore 2 awesome GitHub repositories matching development tools & productivity · Process Runtime Environment Configurations. Refine with filters or upvote what's useful.

Awesome Process Runtime Environment Configurations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ochinchina/supervisordAvatar von ochinchina

    ochinchina/supervisord

    4,262Auf GitHub ansehen↗

    This project is a Go process supervisor designed to start and monitor multiple background programs with automatic restarts and lifecycle management. It functions as a system for coordinating daemon execution, ensuring continuous operation through a central configuration. The supervisor distinguishes itself with multiple remote administration interfaces, including a process management REST API, an XML-RPC controller, and a built-in web dashboard for monitoring and controlling processes. It features a Prometheus monitoring exporter that serves real-time performance metrics via a dedicated HTTP

    Assigns environment variables and sets working directories to define the full execution context for spawned processes.

    Go
    Auf GitHub ansehen↗4,262
  • opencontainers/runtime-specAvatar von opencontainers

    opencontainers/runtime-spec

    3,641Auf GitHub ansehen↗

    The project provides an open container runtime specification and standardized schema for defining container configurations, namespaces, resource limits, security policies, and filesystem mounts across platforms. It outlines the formal configuration formats, lifecycle operations, and execution environments necessary for portable, isolated container workloads. The specification covers container lifecycle management protocols and structured rules governing container creation, execution startup, process signaling, state tracking, and resource teardown. It standardizes local bundle packaging and

    Sets the executable arguments, environment variables, working directory, and terminal properties for the main process running inside the container.

    Gocontainersdockeroci
    Auf GitHub ansehen↗3,641
  1. Home
  2. Development Tools & Productivity
  3. Command Argument Parsers
  4. Environment Variable Configuration
  5. Process Runtime Environment Configurations