awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesContainers and Virtualization

Tutorials for building container runtimes and virtual machines.

Explore 6 awesome GitHub repositories matching part of an awesome list · Containers and Virtualization. Refine with filters or upvote what's useful.

Awesome Containers and Virtualization GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • cfenollosa/os-tutorialcfenollosa का अवतार

    cfenollosa/os-tutorial

    30,551GitHub पर देखें↗

    This project is an educational curriculum designed to teach the fundamentals of operating system development and low-level systems programming. It provides a structured sequence of lessons and code samples that guide users through building a functional kernel and bootloader from scratch, enabling a practical understanding of how software interacts directly with computer hardware. The repository distinguishes itself by focusing on the core mechanics of bare-metal execution. It covers the implementation of essential system components, including assembly-based bootloaders that transition process

    Comprehensive tutorial for OS development.

    C
    GitHub पर देखें↗30,551
  • s-matyukevich/raspberry-pi-oss-matyukevich का अवतार

    s-matyukevich/raspberry-pi-os

    13,854GitHub पर देखें↗

    This project is a bare-metal operating system developed for ARM64 architecture. It serves as a low-level implementation of kernel engineering, focusing on the fundamental construction of an OS from the hardware level up. The system is distinguished by its comprehensive approach to ARM64 processor control, featuring a red-black tree task scheduler and a hierarchical page table system for virtual memory management. It implements a sophisticated privilege model that handles transitions between kernel and user modes, ensuring process isolation through address space splitting and exception level m

    Operating system development for Raspberry Pi.

    Carmarmv8assembler
    GitHub पर देखें↗13,854
  • p8952/bockerp8952 का अवतार

    p8952/bocker

    12,657GitHub पर देखें↗

    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

    A Docker-like container engine in Bash.

    Shell
    GitHub पर देखें↗12,657
  • fewbytes/rubber-dockerFewbytes का अवतार

    Fewbytes/rubber-docker

    3,226GitHub पर देखें↗

    A workshop on Linux containers: Rebuild Docker from Scratch

    A container implementation for learning.

    Python
    GitHub पर देखें↗3,226
  • jserv/mini-arm-osjserv का अवतार

    jserv/mini-arm-os

    1,240GitHub पर देखें↗

    Build a minimal multi-tasking OS kernel for ARM from scratch

    A minimal operating system for ARM architecture.

    C
    GitHub पर देखें↗1,240
  • tonybaloney/mockertonybaloney का अवतार

    tonybaloney/mocker

    945GitHub पर देखें↗

    A Docker-type runtime, written in 100% Python

    A container runtime built in Python.

    Python
    GitHub पर देखें↗945
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Containers and Virtualization