docker-machine-driver-qemu icon indicating copy to clipboard operation
docker-machine-driver-qemu copied to clipboard

Docker machine driver for pure qemu/kvm - no libvirt

Results 10 docker-machine-driver-qemu issues
Sort by recently updated
recently updated
newest added
trafficstars

The current release is out of date and does not contain an important bug fix https://github.com/machine-drivers/docker-machine-driver-qemu/pull/6 . Please consider adding a CI file to automatically update the release. :-)

The legacy ISO uses "isolinux", which only supports BIOS and amd64 For the new ISO it uses "grub", and also requires using UEFI on arm64

Can be used for Darwin network with [vde_vmnet](https://github.com/lima-vm/vde_vmnet)

@SvenDowideit: This looks like exactly what I'm looking for to get qemu working with docker. How do you install? I assume `make` then `make install`? With that said, I tried...

This driver works fine in Windows with Boot2docker but I can't get this working with Rancher. The example presented here uses cloud-config.yml but I have no idea about what to...

Make it work on windows also ? I tried it but got defeated by it . The main problem is the process not detaching properly , resulting in a blockage...

Seems like we need a `v0.1.1` binary built, with some matching lines in the README.md afterwards. ``` console $ curl -L https://github.com/machine-drivers/docker-machine-driver-qemu/releases/download/v0.1.0/default.docker-machine-driver-qemu-$(uname -s)-$(uname -m) > docker-machine-driver-qemu $ sudo cp docker-machine-driver-qemu...

``` $ docker-machine ls NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS test0 - qemu Running tcp://127.0.0.1:2376 Unknown Unable to query docker version: Cannot connect to the docker engine endpoint...

https://qemu.weilnetz.de/doc/qemu-ga-ref.html