awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Container Runtime Interfaces · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesContainer Runtime Interfaces

Libraries and tools for communicating with container daemons via Unix domain sockets.

Distinguishing note: Focuses on low-level socket communication with container runtimes.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Container Runtime Interfaces. Refine with filters or upvote what's useful.

  1. Home
  2. DevOps & Infrastructure
  3. Container Runtime Interfaces

Awesome Container Runtime Interfaces GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • jesseduffield/lazydocker

    jesseduffield/lazydocker

    49,784View on GitHub↗

    Lazydocker is a terminal-based command-line utility that provides an interactive dashboard for monitoring and controlling containerized environments. It functions as a text-based user interface, allowing users to manage containers, images, and volumes directly within a terminal emulator through keyboard-driven navigation. The tool distinguishes itself by replacing manual command-line sequences with a unified workspace that communicates directly with the Docker daemon via the local Unix domain socket. It maintains state synchronization by listening to real-time container events and utilizes co

    Interacts with the container runtime by sending and receiving structured data over the local Unix domain socket.

    Go
    49,784View on GitHub↗
  • docker/awesome-compose

    docker/awesome-compose

    44,005View on GitHub↗

    Awesome Compose is a collection of resources designed to demonstrate the orchestration of multi-container applications. It serves as a practical reference for using declarative configuration files to define, manage, and deploy complex software stacks, ensuring that services run consistently across development, testing, and production environments. The project highlights the capabilities of container lifecycle management by providing examples of how to bundle software with its dependencies into isolated, portable units. It emphasizes the use of multi-stage build pipelines to optimize image siz

    Register additional execution environments to support specialized container formats or hardware requirements beyond the standard default runtime provided by the host system.

    HTMLawesomeawesome-listdocker-compose
    44,005View on GitHub↗