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

RancherOS

Open TWINGSISTER opened this issue 5 years ago • 1 comments

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 avatar Jul 09 '20 22:07 TWINGSISTER

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.

TWINGSISTER avatar Jul 10 '20 09:07 TWINGSISTER