virter
virter copied to clipboard
Virter is a command line tool for simple creation and cloning of virtual machines based on libvirt
One use case mentioned in `docs/provisioning.md` for the container provisioner is using a external provisioning tool such as ansible but there is no way to pass configuration/secrets (such as inventories...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 23.0.1+incompatible to 23.0.3+incompatible. Release notes Sourced from github.com/docker/docker's releases. v23.0.3 23.0.3 Note Due to an issue with CentOS 9 Stream's package repositories, packages for CentOS 9 are...
A video device is currently included in the VM template, because the Debian 9 OpenStack image doesn't start without it. However, startup should be slightly faster without graphics. So we...
Please consider adding Alpine Linux to the images.toml considering how light, fast, and audited it is. The challenge is _which_ images to include in the images.toml : * https://alpinelinux.org/downloads/ -...
1. Required packages (I'm using Rocky/Fedora) `sudo yum install libvirt, qemu, libvirt-nss` 2. Non-privileged user requirements (I'm not sure if this is right, but if not done, then you can...
Hi, I came across virter due to [this talk](https://youtu.be/d_-SQxgXznw?feature=shared&t=415) and in the comparison section (also in the README of this repo) I was missing [lima](https://github.com/lima-vm/lima). What I'm getting is that...
Hello I wanna provide `Linstor SDS` for my `virter` images. How do I do that? :thinking:
I'm attempting to use macvlans with virter. I've successfully added a macvlan bridge interface on my virter host using: ``` nmcli connection add type macvlan dev enp4s0 mode bridge tap...