awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • superradcompany/microsandboxsuperradcompany का अवतार

    superradcompany/microsandbox

    6,570GitHub पर देखें↗

    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-proxyTecnativa का अवतार

    Tecnativa/docker-socket-proxy

    2,572GitHub पर देखें↗

    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.