awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ochinchina/supervisordالصورة الرمزية لـ ochinchina

    ochinchina/supervisord

    4,262عرض على GitHub↗

    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
    عرض على GitHub↗4,262
  • opencontainers/runtime-specالصورة الرمزية لـ opencontainers

    opencontainers/runtime-spec

    3,641عرض على GitHub↗

    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
    عرض على GitHub↗3,641
  1. Home
  2. Development Tools & Productivity
  3. Command Argument Parsers
  4. Environment Variable Configuration
  5. Process Runtime Environment Configurations