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

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

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

Docker 替代方案

排名更新于 2026年6月30日

For 开源的 Docker 替代方案, the strongest matches are containers/podman (Podman is a daemonless, OCI-compliant container engine with a), youki-dev/youki (Youki is a low-level OCI-compliant container runtime that supports) and moby/moby (Moby is the OCI container engine that Docker itself). coreos/rkt and containers/libpod round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

为 Docker 生态系统提供功能性替代的容器运行时引擎与编排平台。

Docker 替代方案

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

    containers/podman

    32,035在 GitHub 上查看↗

    Podman is a container engine designed for managing containerized applications and images without the need for a persistent background daemon. By utilizing a fork-exec process model, it executes container management commands as direct child processes of the host system, ensuring that container lifecycles are handled through standard host-level process control. The project distinguishes itself through a focus on rootless security and cross-platform compatibility. It employs user namespace mapping to allow unprivileged users to manage isolated workloads without requiring administrative system ac

    Podman is a daemonless, OCI-compliant container engine with a Docker-compatible CLI, rootless operation, Kubernetes/CRI support, and systemd integration — exactly the open-source Docker replacement this search is targeting.

    GoDaemonless Container Engines
    在 GitHub 上查看↗32,035
  • youki-dev/youkiyouki-dev 的头像

    youki-dev/youki

    7,452在 GitHub 上查看↗

    Youki is a low-level container runtime written in Rust that creates and manages isolated containers according to Open Container Initiative specifications. It serves as an execution engine that can function as a rootless container manager or a pluggable Kubernetes CRI runtime to manage pods and containers within a cluster. The project distinguishes itself by providing a Wasm container runtime capable of executing WebAssembly modules as isolated workloads compatible with standard orchestration tools. It further supports a rootless execution model, allowing isolated environments to start as non-

    Youki is a low-level OCI-compliant container runtime that supports rootless execution and can serve as a Kubernetes CRI runtime, but it lacks a Docker-compatible CLI or systemd integration, so it is a core building block rather than a full Docker replacement platform.

    RustOCI Runtime ImplementationsRootless Container Runtimes
    在 GitHub 上查看↗7,452
  • 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

    Moby is the OCI container engine that Docker itself is built on, so it is exactly the kind of container engine you asked about—it handles container lifecycle and supports rootless operation—but it uses a daemon-based architecture rather than a daemonless one and does not directly offer CLI-compatible commands or CRI integration.

    GoOCI Runtime ImplementationsRootless Container RuntimesRootless Modes
    在 GitHub 上查看↗71,729
  • coreos/rktcoreos 的头像

    coreos/rkt

    8,774在 GitHub 上查看↗

    rkt is a secure Linux container engine and pod-native container manager. It provides a composable execution environment for launching and managing isolated application containers on Linux, serving as a runtime designed around open industry standards for image formats and networking interfaces. The system is distinguished by a pod-native execution model that groups multiple containers and shared resources into single, self-contained units. It utilizes pluggable execution engines to provide secure isolation, including the use of hardware-based virtualization to create security boundaries betwee

    rkt is a secure, OCI-compliant Linux container engine with a daemonless, pod-native architecture that directly fits the search for a Docker replacement, though its CLI is not Docker-compatible.

    GoOCI Runtime Implementations
    在 GitHub 上查看↗8,774
  • containers/libpodcontainers 的头像

    containers/libpod

    32,040在 GitHub 上查看↗

    Libpod is a container management library for running and controlling the lifecycle of Open Container Initiative compliant containers and images across different storage backends. It provides a programmatic interface for the remote control and automation of container environments. The project enables the coordination of multiple containers into pods that share network namespaces and other shared resources. It supports rootless container execution by using user namespaces to launch containers without administrative privileges. The library covers a broad range of system operations, including im

    Libpod is the library behind Podman, handling OCI-compliant container lifecycle management and rootless execution, which fits the category of a container runtime/engine, though this repository provides the underlying library rather than the full CLI that typical Docker replacements offer.

    GoRootless Container Runtimes
    在 GitHub 上查看↗32,040
  • rkt/rktrkt 的头像

    rkt/rkt

    8,773在 GitHub 上查看↗

    rkt is a pod-native container engine and runtime for Linux that executes containerized applications as isolated pods. It serves as an OCI container runtime and a Linux container manager, supporting the execution of images based on Open Container Initiative, appc, and Docker specifications. The project distinguishes itself by offering hardware-level container isolation, allowing pods to run within virtual machines using KVM or QEMU for a dedicated kernel. It further separates itself through secure container deployment practices, utilizing SELinux mandatory access control and TPM-backed integri

    rkt is an OCI-compliant, pod-native container engine with daemonless architecture and systemd integration, making it a solid alternative to Docker for running and managing containers, though it lacks Docker-compatible CLI commands and is now archived.

    GoContainer Runtime Interfaces
    在 GitHub 上查看↗8,773
  • kata-containers/kata-containerskata-containers 的头像

    kata-containers/kata-containers

    8,106在 GitHub 上查看↗

    Kata Containers is an OCI container runtime that launches containers inside lightweight virtual machines to combine hardware-level isolation with container operational speed. It functions as a hardware-isolated container engine and lightweight VM hypervisor, providing a virtual machine monitor interface that abstracts multiple hypervisors to optimize for performance or specific hardware emulation. The project distinguishes itself through a confidential computing runtime that leverages hardware-backed trusted execution environments, such as Intel TDX and AMD SEV-SNP, to protect data in use. It

    Kata Containers is an OCI-compliant container runtime that launches containers inside lightweight VMs for hardware-level isolation, making it a genuine container engine that can integrate with Docker or Kubernetes, but it is not a standalone Docker replacement platform with its own Docker-compatible CLI or daemon management.

    RustOCI Runtime Implementations
    在 GitHub 上查看↗8,106

Related searches

  • Docker 容器的开源替代方案
  • 开源 Docker 管理仪表盘
  • 无根(rootless)容器引擎
  • an open source alternative to VMware
  • 软件应用容器化平台
  • 无守护进程(daemonless)的容器镜像构建工具
  • 从零构建容器的实战项目
  • 自托管的平台即服务 (PaaS)