awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google avatar

google/lmctfyArchived

0
View on GitHub↗
3,404 Stars·237 Forks·C++·3 Aufrufe

Lmctfy

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…

Features

  • Container Engines - Open source implementation of Google's container stack.
  • Core Infrastructure - Open-source implementation of Google's container management stack.

Star-Verlauf

Star-Verlauf für google/lmctfyStar-Verlauf für google/lmctfy

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Lmctfy

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Lmctfy.
  • p8952/bockerAvatar von p8952

    p8952/bocker

    12,657Auf GitHub ansehen↗

    Bocker is a minimal container management tool written in Bash that implements core container functionality using Linux namespaces and control groups. It serves as a Linux container manager capable of starting and managing isolated processes and images through low-level kernel features. The project includes an OCI image tool for pulling, saving, and building container images compatible with industry standards. It further integrates a cgroup resource controller to restrict CPU and memory consumption for isolated processes. The tool covers the full container lifecycle, including process isolati

    Shell
    Auf GitHub ansehen↗12,657
  • containers/libpodAvatar von containers

    containers/libpod

    32,040Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗32,040
  • containers/youkiAvatar von containers

    containers/youki

    7,463Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,463
  • boot2docker/boot2dockerAvatar von boot2docker

    boot2docker/boot2docker

    8,278Auf GitHub ansehen↗

    Boot2Docker is a minimal Linux distribution that boots entirely from RAM to turn any machine into a Docker host. It is delivered as a bootable ISO image that can be written to SD cards, USB sticks, or hard disks, starting Docker containers in about five seconds without requiring a full operating system installation. The system is preconfigured for use as a VirtualBox virtual machine, with persistent disk mounting that automatically stores Docker images, containers, volumes, and SSH keys across restarts. It supports host-to-container file sharing through VirtualBox Guest Additions integration,

    Shell
    Auf GitHub ansehen↗8,278
Alle 24 Alternativen zu Lmctfy anzeigen→

Häufig gestellte Fragen

Was macht google/lmctfy?

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…

Was sind die Hauptfunktionen von google/lmctfy?

Die Hauptfunktionen von google/lmctfy sind: Container Engines, Core Infrastructure.

Welche Open-Source-Alternativen gibt es zu google/lmctfy?

Open-Source-Alternativen zu google/lmctfy sind unter anderem: p8952/bocker — Bocker is a minimal container management tool written in Bash that implements core container functionality using Linux… containers/libpod — Libpod is a container management library for running and controlling the lifecycle of Open Container Initiative… containers/youki — Youki is an OCI container runtime written in Rust. It implements the Open Container Initiative runtime specification… coreos/rkt — rkt is a secure Linux container engine and pod-native container manager. It provides a composable execution… coreos/rocket. boot2docker/boot2docker — Boot2Docker is a minimal Linux distribution that boots entirely from RAM to turn any machine into a Docker host. It is…