Luca Di Maio
Luca Di Maio
Right now the distrobox's containers are created in privileged mode and share a lot of sensitive host's folder. This is done because the aim is tight integration with the host,...
Installing distrobox is pretty simple, but it would be nice to install it from a distribution's repository. I have no experience as a maintainer or packager, so if anyone wants...
Latest happenings teaches us that having a backup is fundamental So a gitlab mirror has been created here: https://gitlab.com/89luca89/distrobox.git As explained on my twitter account, it has to do with...
Installing distrobox is pretty simple, but it would be nice to install it from a distribution's repository. I have no experience as a maintainer or packager, so if anyone wants...
We should work with both podman and nerdctl directly if both are available, better use podman
Right now we have support for rootless podman, but docker only works in rootful mode. This can create unpleasant situations like described in #201 Right now rootless docker is not...
We should add support for other types of virtual networks like: - Routed - Open - Isolated
Some assertions should be improved, for example: ```yaml host-vm-1: disk_source: "/mnt/iso/debian10-terraform.qcow2" os_family: Debian cpu: 1 memory: 512 hypervisor: hypervisor_1 ansible_host: 192.168.122.9 network_interfaces: iface_1: name: default type: nat ip: 192.168.122.9 gw:...
We should have some basic tools to ease the use of the project Ideally we can gather them in a `./utils` folder Some basic tools can be - `generate_inventory` to...
Right now, setting up a VM can be quite a bit of YAML code, so we should improve this giving better and sane defaults for all aspects of a VM...