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

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

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

7 个仓库

Awesome GitHub RepositoriesContainer Daemon Security

Mechanisms to secure access to container runtime APIs and sockets against unauthorized interaction.

Explore 7 awesome GitHub repositories matching security & cryptography · Container Daemon Security. Refine with filters or upvote what's useful.

Awesome Container Daemon Security GitHub Repositories

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

    moby/moby

    71,729在 GitHub 上查看↗

    Moby is an OCI container engine and runtime manager designed for building, running, and managing isolated containers based on Open Container Initiative standards. It functions as a container daemon and image builder, providing a core engine to orchestrate the full lifecycle of containers and the packaging of source code into portable images. The project provides a standardized HTTP interface that allows for programmatic container management, enabling external clients to control daemon settings and container operations. It supports a rootless security model, allowing the engine daemon to execu

    Enables the container engine daemon to execute without root privileges to reduce the host security attack surface.

    Gocontainersdockergo
    在 GitHub 上查看↗71,729
  • traefik/traefiktraefik 的头像

    traefik/traefik

    63,644在 GitHub 上查看↗

    Traefik is a cloud-native edge router and API gateway designed to manage service communication and traffic flow across distributed infrastructure. It functions as a dynamic service proxy that automatically discovers backend services and configures routing rules in real time, eliminating the need for manual restarts or complex configuration updates. By integrating directly with container orchestrators and service registries, it maintains a consistent state for network traffic, load balancing, and security policy enforcement. The project distinguishes itself through its deep integration with di

    Limits the host attack surface by proxying and filtering access to container runtime sockets.

    Goconsuldockeretcd
    在 GitHub 上查看↗63,644
  • yeasy/docker_practiceyeasy 的头像

    yeasy/docker_practice

    26,111在 GitHub 上查看↗

    This project is a Docker educational resource and a collection of practical examples designed for learning containerization technologies. It serves as a guide for understanding container fundamentals, including the creation and management of custom images and the use of registries. The repository provides specialized references for container security hardening, such as managing kernel privileges and implementing supply chain security. It also includes tutorials for multi-container orchestration and a DevOps guide focused on CI/CD automation and image optimization. The material covers a broad

    Configures access rules for the container runtime API and sockets to prevent unauthorized remote host control.

    Gobookcloud-computingcontainer
    在 GitHub 上查看↗26,111
  • 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 the ability to run the build daemon without administrative or root privileges to enhance security.

    Gobuilderbuildkitcloud-native
    在 GitHub 上查看↗10,061
  • containers/buildahcontainers 的头像

    containers/buildah

    8,618在 GitHub 上查看↗

    Buildah is a tool for creating OCI-compliant container images without requiring a background daemon process. It functions as a daemonless image constructor and distribution tool, allowing users to build, push, and pull images between local storage and remote registries. The project distinguishes itself by supporting unprivileged image building through the use of user namespaces and rootless mode. It enables direct modification of container root filesystems by mounting them to the host, allowing images to be treated as directories that can be manipulated via standard shell commands or scripts.

    Enables image creation without root privileges by utilizing user namespaces and rootless mode.

    Gocontainercontainer-imagecontainers
    在 GitHub 上查看↗8,618
  • projectcalico/calicoprojectcalico 的头像

    projectcalico/calico

    7,252在 GitHub 上查看↗

    Calico is a cloud-native networking and security solution designed to connect containerized workloads across virtual machines, bare metal, and multi-cloud environments. It provides a routing solution based on the Border Gateway Protocol to manage cluster traffic and implement the Container Network Interface for pod connectivity and IP address management. The project distinguishes itself through a security layer that enforces network policies based on identities and labels rather than static addresses. It includes a policy engine for controlling traffic flow, a cluster network encryptor for se

    Creates a Unix Domain Socket between a pod and a host daemon to verify identity and enable secure communication.

    Go
    在 GitHub 上查看↗7,252
  • runfinch/finchrunfinch 的头像

    runfinch/finch

    4,036在 GitHub 上查看↗

    Finch 是一个基于虚拟机的容器运行时和 OCI 容器管理 CLI,用于本地容器开发。它通过在后台虚拟机中运行容器工作负载,将其与宿主操作系统隔离。该项目作为 OCI 镜像构建器和多容器服务编排器,用于在工作站上模拟复杂的生产环境。 该运行时作为跨平台容器引擎,利用仿真层执行为外来 CPU 架构构建的容器镜像。它通过延迟加载支持和可搜索索引的生成来区分其镜像分发方式,允许容器在完整镜像拉取完成前启动。 该项目涵盖了广泛的能力,包括 OCI 镜像生命周期管理、虚拟机资源配置和多容器应用编排。它提供了网络管理、卷持久化以及镜像签名和验证工具。 该系统包含一个支持 Shell 自动补全并兼容传统容器命令的命令行界面。

    Configures socket access and group permissions to operate the container engine without administrative or root privileges.

    Gocontainerdcontainerslima-vm
    在 GitHub 上查看↗4,036
  1. Home
  2. Security & Cryptography
  3. Network and Infrastructure Security
  4. Container Security
  5. Container Daemon Security

探索子标签

  • Rootless ExecutionRunning a container daemon without administrative or root privileges. **Distinct from Container Daemon Security:** Specifically focuses on the unprivileged execution of the daemon itself, rather than just API access security