awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesBootable ISO Distributions

Minimal operating system images delivered as bootable ISO files for creating portable Docker hosts.

Distinct from ISO Image Archiving: No candidate covers delivering a full system as a bootable ISO; closest are ISO archiving or country-code indexing.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Bootable ISO Distributions. Refine with filters or upvote what's useful.

Awesome Bootable ISO Distributions GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • boot2docker/boot2dockerAvatar de boot2docker

    boot2docker/boot2docker

    8,278Voir sur GitHub↗

    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,

    Delivers the entire system as a bootable ISO image that can be written to SD cards, USB sticks, or hard disks.

    Shell
    Voir sur GitHub↗8,278
  • openmediavault/openmediavaultAvatar de openmediavault

    openmediavault/openmediavault

    6,802Voir sur GitHub↗

    OpenMediaVault is a Debian-based network attached storage (NAS) operating system that turns a computer into a dedicated storage appliance, managed entirely through a browser-based control panel. It provides a unified configuration interface for managing file sharing protocols, RAID arrays, user permissions, and network services, with extensibility through a modular plugin system that adds new capabilities without modifying the core installation. The platform supports setup and management of multiple RAID levels for data redundancy or performance, and exposes file storage over protocols includ

    Provides a bootable ISO image for installing the NAS software on a dedicated drive.

    PHPdebiannas
    Voir sur GitHub↗6,802
  • lxc/lxdAvatar de lxc

    lxc/lxd

    5,554Voir sur GitHub↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Creates an ISO containing the agent binary and scripts for environments lacking 9p support.

    Go
    Voir sur GitHub↗5,554
  • asterinas/asterinasAvatar de asterinas

    asterinas/asterinas

    4,678Voir sur GitHub↗

    Asterinas est un noyau de système d'exploitation sécurisé en mémoire conçu pour prévenir les data races et la corruption mémoire. Il fonctionne comme un noyau compatible Linux-ABI, permettant l'exécution de binaires Linux existants et de charges de travail conteneurisées tout en offrant un modèle de distribution de système d'exploitation déclaratif. Le projet se distingue en agissant comme un hôte de conteneurs pour machines virtuelles et un OS invité pour le confidential computing, lui permettant de s'exécuter au sein d'environnements d'exécution isolés matériellement comme Intel TDX. Il implémente une base de calcul de confiance minimale en isolant les opérations dangereuses de bas niveau et sépare les mécanismes fondamentaux du noyau des implémentations de politiques spécifiques. Le système couvre un large éventail de capacités, incluant la gestion de la mémoire physique et virtuelle, le multi-processing symétrique et l'abstraction matérielle pour diverses architectures CPU. Il inclut également le support pour les runtimes de conteneurs sécurisés, un ensemble complet de primitives réseau et socket, ainsi qu'une toolchain spécialisée pour la compilation et l'émulation du noyau. Le projet prend en charge le déploiement multi-architecture sur les plateformes x86-64, RISC-V 64 et LoongArch 64.

    Supports the setup of the kernel environment on hardware using bootable ISO installers.

    Rustkernelosrust
    Voir sur GitHub↗4,678
  1. Home
  2. DevOps & Infrastructure
  3. Bootable ISO Distributions

Explorer les sous-tags

  • Agent Configuration ISO GenerationsCreating an ISO containing the agent binary and scripts for environments lacking 9p support. **Distinct from Bootable ISO Distributions:** Distinct from Bootable ISO Distributions: generates a configuration ISO for agent deployment, not a bootable OS image.
  • NAS ISO InstallationsInstalls the system on a dedicated drive using a bootable ISO image for a clean, full-featured NAS setup. **Distinct from Bootable ISO Distributions:** Distinct from Bootable ISO Distributions: specifically targets NAS software installation, not general Docker hosts.
  • VM ISO Boot InstallationsCreating empty virtual machines, importing ISO images as boot devices, and detaching them after installation. **Distinct from Bootable ISO Distributions:** Distinct from Bootable ISO Distributions: focuses on the VM boot process (attach/detach ISO) rather than distributing bootable ISO images.