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

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

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

2 مستودعات

Awesome GitHub RepositoriesSocket Path Configurations

Configuration of the filesystem path used for Unix domain socket communication.

Distinguishing note: None of the candidates cover the simple configuration of a socket's filesystem path for daemon connection

Explore 2 awesome GitHub repositories matching devops & infrastructure · Socket Path Configurations. Refine with filters or upvote what's useful.

Awesome Socket Path Configurations GitHub Repositories

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

    superradcompany/microsandbox

    6,570عرض على GitHub↗

    Microsandbox is a runtime for creating and managing lightweight, hardware-isolated virtual machines — called sandboxes — that boot directly from standard OCI container images. Each sandbox runs as its own host process with a separate kernel, filesystem, and network stack, providing process-per-sandbox isolation. The project includes a command-line tool and multi-language SDKs (Rust, TypeScript, Python, Go) for programmatic lifecycle control, and it communicates with sandbox agents over Unix sockets using a CBOR-encoded protocol. What distinguishes Microsandbox is its combination of host-manag

    Establishes connections to sandbox relay sockets using direct filesystem paths.

    Rust
    عرض على GitHub↗6,570
  • tecnativa/docker-socket-proxyالصورة الرمزية لـ Tecnativa

    Tecnativa/docker-socket-proxy

    2,572عرض على GitHub↗

    docker-socket-proxy is an HAProxy-based security proxy that filters and controls access to the Docker API. It acts as a security layer between containers and the Docker socket to restrict API operations based on specific paths and methods. The proxy uses environment variables to enable or disable specific API endpoints and to grant or revoke permissions for various API sections. It can enforce read-only access by restricting the API to only allow GET and HEAD requests, returning a forbidden status for unauthorized actions. The project provides capabilities for path-based request filtering, c

    Allows overriding the default Docker socket path via the SOCKET_PATH environment variable.

    Pythondockerhacktoberfest
    عرض على GitHub↗2,572
  1. Home
  2. DevOps & Infrastructure
  3. Socket Path Configurations

استكشف الوسوم الفرعية

  • Sandbox Socket Path ResolutionsResolves the filesystem path of a sandbox's relay socket without establishing a connection. **Distinct from Socket Path Configurations:** Distinct from Socket Path Configurations: focuses on resolving sandbox-specific socket paths, not general socket path configuration.
  • Sandbox Socket Path-Based ConnectionsEstablishes a connection to a sandbox's relay socket using a direct filesystem path. **Distinct from Socket Path Configurations:** Distinct from Socket Path Configurations: focuses on establishing connections via socket paths, not configuring the paths themselves.