machine-drivers / docker-machine-driver-qemu

Docker machine driver for pure qemu/kvm - no libvirt
Apache License 2.0
57 stars 35 forks source link

RancherOS #11

Open TWINGSISTER opened 4 years ago

TWINGSISTER commented 4 years ago

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 place in it and where this must be. Maybe that simply this cannot run in Windows?

TWINGSISTER commented 4 years ago

Well I found out that simply cloud-config.yml is passed to Qemu using -fsdev QEmu option that simply do not exists for QEmu in windows. This will be included soon https://github.com/virtio-win/kvm-guest-drivers-windows/issues/126#issuecomment-648009192. This is a little bit away from my goal i.e. port to W10 with no virtualization bios support. Furthermore I expect QEmu to use virtualization support to implement -fsdev. I feel that there could be ways other than -fsdev sharing to pass Rancheros a cloud-config.yml. YMMV and may be this driver can be used with Windows + Virtualization support once that QEmu supports -fsdev on W10. Wait and see.