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

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

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

Open-source alternatives to Railcar

30 open-source projects similar to oracle/railcar, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Railcar alternative.

  • 01org/cc-oci-runtime01org 的头像

    01org/cc-oci-runtime

    417在 GitHub 上查看↗

    .. image:: https://travis-ci.org/01org/cc-oci-runtime.svg?branch=master :target: https://travis-ci.org/01org/cc-oci-runtime

    C
    在 GitHub 上查看↗417
  • akihirosuda/limaA

    AkihiroSuda/lima

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • alibaba/pouchA

    alibaba/pouch

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • bytecodealliance/wasm-micro-runtimebytecodealliance 的头像

    bytecodealliance/wasm-micro-runtime

    5,990在 GitHub 上查看↗
    Caotassembly-scriptembedded
    在 GitHub 上查看↗5,990
  • containerd/containerdcontainerd 的头像

    containerd/containerd

    20,369在 GitHub 上查看↗

    Containerd is a daemon-based container runtime that manages the complete lifecycle of containers on a host system. It functions as a core orchestration backend, handling image distribution, storage, and process execution while adhering to industry-standard specifications for container execution and configuration. The project is distinguished by its modular, plugin-based architecture, which allows for the extension of storage, runtime, and networking capabilities without requiring a full daemon recompile. It utilizes a shim-based execution model to delegate low-level operations, ensuring isola

    Gocncfcontainerdcontainers
    在 GitHub 上查看↗20,369

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • containerd/runwasicontainerd 的头像

    containerd/runwasi

    1,308在 GitHub 上查看↗

    Facilitates running Wasm / WASI workloads managed by containerd

    Rustcontainerdkubernetesrust
    在 GitHub 上查看↗1,308
  • containers/cruncontainers 的头像

    containers/crun

    3,975在 GitHub 上查看↗

    crun is a low-level container runtime that implements the Open Container Initiative specification for managing the lifecycle of isolated processes. It provides the core mechanisms for container creation, execution, and deletion, ensuring compatibility across platforms through standardized lifecycle management. The project distinguishes itself by offering a shared C library that allows container runtime operations to be embedded directly into other compiled applications. It further extends execution capabilities through specialized handlers that enable the deployment of containers within isola

    Ccontainersiotiot-cloud
    在 GitHub 上查看↗3,975
  • 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

    Go
    在 GitHub 上查看↗32,040
  • 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

    Gocontainersdockerkubernetes
    在 GitHub 上查看↗32,035
  • containers/youkicontainers 的头像

    containers/youki

    7,463在 GitHub 上查看↗

    Youki is an OCI container runtime written in Rust. It implements the Open Container Initiative runtime specification to manage the lifecycle of containerized processes and ensure compatibility with standard container images and engines. The runtime is designed for memory safety and supports rootless container execution, allowing containers to run as non-root users to reduce security risks and limit privilege escalation. It provides core container management capabilities, including spawning and managing OCI containers. This is achieved through Linux namespace isolation, cgroup-based resource

    Rust
    在 GitHub 上查看↗7,463
  • 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

    Go
    在 GitHub 上查看↗8,774
  • 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

    Go
    在 GitHub 上查看↗5,629
  • deislabs/containerd-wasm-shimsD

    deislabs/containerd-wasm-shims

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • deislabs/krustletD

    deislabs/krustlet

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • fermyon/spinfermyon 的头像

    fermyon/spin

    6,443在 GitHub 上查看↗

    Spin is a WebAssembly serverless framework and development toolchain for building and running portable microservices. It functions as an event-driven orchestrator and runtime that executes WebAssembly components, allowing developers to map HTTP requests, Redis messages, and cron schedules to specific modules. The project distinguishes itself by implementing a Wasm-based AI inference gateway, enabling components to perform model inference and generate text embeddings. It utilizes the WebAssembly Component Model and WASI for language-agnostic composition and portable host interfacing, while emp

    Rust
    在 GitHub 上查看↗6,443
  • firecracker-microvm/firecrackerfirecracker-microvm 的头像

    firecracker-microvm/firecracker

    34,954在 GitHub 上查看↗

    Firecracker is a virtual machine monitor that leverages hardware-assisted virtualization to create and manage isolated execution environments. It functions as a lightweight runtime designed to launch virtual machines with minimal memory overhead and near-instantaneous startup times, providing the security of traditional hardware virtualization with the efficiency of containerized workloads. The project distinguishes itself through a security-focused architecture that enforces strict process boundaries using system-level barriers and restricted user privileges. It minimizes the attack surface

    Rustcontainersminimalistopen-source
    在 GitHub 上查看↗34,954
  • firecracker-microvm/firecracker-containerdfirecracker-microvm 的头像

    firecracker-microvm/firecracker-containerd

    2,850在 GitHub 上查看↗

    firecracker-containerd enables containerd to manage containers as Firecracker microVMs

    Goawscontainerdcontainers
    在 GitHub 上查看↗2,850
  • genuinetools/imggenuinetools 的头像

    genuinetools/img

    3,987在 GitHub 上查看↗

    img is a collection of toolsets for building, managing, and manipulating OCI compliant container images. It functions as an image build tool and registry client, providing the capabilities to create images from configuration files, push and pull images to remote registries, and extract image layers into root filesystems or archives. The project distinguishes itself through support for multi-platform builds using hardware emulators and the ability to perform unprivileged container builds via namespace-based process isolation and user ID mapping. It also includes a cross-platform binary compile

    Gobuildkitclicontainers
    在 GitHub 上查看↗3,987
  • google/gvisorgoogle 的头像

    google/gvisor

    17,748在 GitHub 上查看↗

    This project is a secure container runtime that provides strong isolation for application workloads by implementing a userspace kernel. By intercepting system calls and executing them within a memory-safe, restricted environment, it minimizes the attack surface exposed to the host kernel. It functions as a drop-in engine for standard container orchestration platforms, ensuring compatibility with industry-standard runtime specifications while maintaining a hardened execution boundary. The runtime distinguishes itself through its ability to virtualize core system resources, including an indepen

    Gocontainersdockerkernel
    在 GitHub 上查看↗17,748
  • google/lmctfygoogle 的头像

    google/lmctfy

    3,404在 GitHub 上查看↗

    lmctfy (pronounced l-m-c-t-fi, IPA: /ɛlɛmsitifаɪ/) is the open source version of Google’s container stack, which provides Linux application containers. These containers allow for the isolation of resources used by multiple applications running on a single machine. This gives the applications the…

    C++
    在 GitHub 上查看↗3,404
  • googleforgames/agonesgoogleforgames 的头像

    googleforgames/agones

    6,896在 GitHub 上查看↗

    Agones is a Kubernetes game server orchestrator designed for deploying, scaling, and managing dedicated multiplayer game server processes across a distributed cluster. It provides the core infrastructure needed to provision individual or grouped server processes to support real-time multiplayer gaming sessions. The system includes a fleet manager to automate the lifecycle of server groups based on player demand and a health monitor to track the connectivity and operational status of active processes. It integrates with cluster autoscalers to synchronize server resource requirements with cloud

    Go
    在 GitHub 上查看↗6,896
  • hyperhq/hyperdhyperhq 的头像

    hyperhq/hyperd

    2,012在 GitHub 上查看↗

    HyperContainer Daemon

    Gocontainershypervisor
    在 GitHub 上查看↗2,012
  • hyperhq/runvhyperhq 的头像

    hyperhq/runv

    830在 GitHub 上查看↗

    runV is a hypervisor-based runtime for OCI.

    Go
    在 GitHub 上查看↗830
  • ihucos/plashihucos 的头像

    ihucos/plash

    383在 GitHub 上查看↗

    Build and run layered root filesystems.

    C
    在 GitHub 上查看↗383
  • indigo-dc/udockerindigo-dc 的头像

    indigo-dc/udocker

    1,754在 GitHub 上查看↗

    A basic user tool to execute simple docker containers in batch or interactive systems without root privileges.

    Python
    在 GitHub 上查看↗1,754
  • klts-io/kubernetes-ltsK

    klts-io/kubernetes-lts

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • kuasar-io/kuasarkuasar-io 的头像

    kuasar-io/kuasar

    1,429在 GitHub 上查看↗

    A multi-sandbox container runtime that provides cloud-native, all-scenario multiple sandbox container solutions.

    Rustcloud-hypervisorcloud-nativecncf
    在 GitHub 上查看↗1,429
  • kubernetes/fraktiK

    kubernetes/frakti

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • lxc/lxclxc 的头像

    lxc/lxc

    5,204在 GitHub 上查看↗

    LXC is an OS-level virtualization framework and Linux container manager used to run multiple isolated Linux systems on a single host. It functions as a kernel namespace orchestrator and unprivileged container runtime, allowing for the creation and management of system containers without the overhead of a hypervisor. The project provides unprivileged container execution by mapping container root users to unprivileged host users to prevent host system access. It ensures security through system call filtering and root user isolation, enabling containers to run without requiring host root privile

    C
    在 GitHub 上查看↗5,204
  • mirantis/virtletM

    Mirantis/virtlet

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0