awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesContainer Device Interface Integration

Configuring container runtimes to grant build processes access to specific physical hardware devices.

Distinct from Hardware Device Interfaces: Existing candidates are for embedded hardware or driver metadata, not container runtime device interfaces.

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

Awesome Container Device Interface Integration GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • moby/buildkitmoby 的头像

    moby/buildkit

    10,061在 GitHub 上查看↗

    Buildkit is a programmable container build toolkit and OCI container image builder that converts build definitions into concurrent dependency graphs for image construction. It functions as an OCI image distribution engine, capable of generating container images and exporting artifacts to local storage or remote registries. The project is distinguished by its use of a low-level binary intermediate representation to decouple high-level build languages from the execution engine. It supports multi-platform image builds through user-mode architecture emulation and provides a distributed build cach

    Provides mechanisms to grant build processes access to specialized physical hardware via device interfaces.

    Gobuilderbuildkitcloud-native
    在 GitHub 上查看↗10,061
  • cri-o/cri-ocri-o 的头像

    cri-o/cri-o

    5,629在 GitHub 上查看↗

    CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th

    Permits additional host devices, such as /dev/net/tun, to be accessible inside containers.

    Go
    在 GitHub 上查看↗5,629
  1. Home
  2. DevOps & Infrastructure
  3. Container Device Interface Integration

探索子标签

  • Custom Device AllowancesPermits additional host devices, such as /dev/net/tun, to be accessible inside containers. **Distinct from Container Device Interface Integration:** Distinct from Container Device Interface Integration: focuses on allowing specific host devices via configuration, not general CDI integration.