Infinibay LXD Container

https://news.ycombinator.com/rss Hits: 7
Summary

Infinibay LXD Deployment LXD-based containerization for the Infinibay VDI management platform. Status โœ… Production Ready - Automated provisioning with intelligent orchestration and multi-distro support Quick Links INSTALL.md - โญ Complete installation and deployment guide - โญ Complete installation and deployment guide Project Root : ../ : ../ Installer Reference: ../installer/ Why LXD? LXD provides native support for KVM/libvirt, making it ideal for running VMs inside containers without privileged mode or complex workarounds. Key advantages: โœ… Native KVM device access - no --privileged mode needed mode needed โœ… Full systemd support inside containers โœ… Designed for nested virtualization โœ… YAML-based configuration (lxd-compose) โœ… Better security isolation for VM workloads โœ… Minimal performance overhead (~5%) Supported Operating Systems Infinibay's LXD deployment supports multiple Linux distributions with automatic package manager detection: Debian/Ubuntu - Uses apt-get (auto-detected) - Uses (auto-detected) RHEL/CentOS/Fedora/Rocky/AlmaLinux - Uses dnf or yum (auto-detected) - Uses or (auto-detected) openSUSE/SLES - Uses zypper (auto-detected) - Uses (auto-detected) Arch/Manjaro/EndeavourOS - Uses pacman (auto-detected) The setup script automatically detects your distribution and uses the appropriate package manager. LXD installation path (snap vs native package) is also auto-detected. Overview This directory contains LXD-based containerization for Infinibay using lxd-compose. Structure: lxd/ โ”œโ”€โ”€ run.sh # Main management script โญ โ”œโ”€โ”€ .lxd-compose.yml # Main lxd-compose config โ”œโ”€โ”€ envs/ โ”‚ โ””โ”€โ”€ infinibay.yml # Infinibay project definition โ”œโ”€โ”€ profiles/ โ”‚ โ””โ”€โ”€ templates/ # LXD profile templates โ”œโ”€โ”€ values.yml.example # Configuration template โ”œโ”€โ”€ setup.sh # Automated installation โ”œโ”€โ”€ INSTALL.md # Complete guide โ””โ”€โ”€ README.md # This file Note: lxd-compose uses a different structure than docker-compose: Main config: .lxd-compose.yml Projects: envs/*.yml files files Commands: a...

First seen: 2025-11-22 04:11

Last seen: 2025-11-22 10:13