All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Holos: Docker Compose for KVM/QEMU Virtualization Management

By

zeroecco

1mo ago· 5 min readenCode

Summary

Holos is a Docker Compose-like tool for KVM/QEMU virtualization that allows users to define multi-VM stacks in a single YAML file. It simplifies VM management by eliminating the need for libvirt, XML, or distributed control planes. The tool treats VMs as the primitive unit rather than containers, giving each workload its own kernel boundary, qcow2 overlay, and cloud-init seed. Users can quickly set up complex VM environments (like nginx and postgres VMs) that communicate with each other by name using a familiar Docker Compose syntax.

Key quotes

· 5 pulled
Docker compose for KVM. Define multi-VM stacks in a single YAML file.
No libvirt, no XML, no distributed control plane.
The primitive is a VM, not a container. Every workload instance gets its own kernel boundary, its own qcow2 overlay, and its own cloud-init seed.
That's it. Two nginx VMs and a postgres VM, all on the same host, all talking to each other by name.
The holos.yaml format is deliberately similar to docker-compose: services - each service is a VM with its own image, resources, and cloud-init config
Snippet from the RSS feed
docker compose for kvm/qemu. Contribute to zeroecco/holos development by creating an account on GitHub.

You might also wanna read