aerokube / windows-images

Step by step instructions for building Docker images with Windows
Apache License 2.0
221 stars 44 forks source link

Windows 10 Pro 64 bit #6

Closed stansa closed 5 years ago

stansa commented 5 years ago

Hello,

Very helpful instructions.

I was able to get it working on Windows 10 Pro 32 bit only. Is that a restriction?

Have you tested with Windows 10 64 bit images and drivers?

It might have something to do with the virtio-win-0.1.141.iso driver not being available for Windows 10 64bit.

Thanks!

aandryashin commented 5 years ago

64 bit image is two times bigger and very unstable running under qemu, we decided to build only 32 bit yet...

ср, 10 июл. 2019 г., 20:24 Stan S notifications@github.com:

Hello,

Very helpful instructions.

I was able to get it working on Windows 10 Pro 32 bit only. Is that a restriction?

Have you tested with Windows 10 64 bit images and drivers?

It might have something to do with the virtio-win-0.1.141.iso driver not being available for Windows 10 64bit.

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aerokube/windows-images/issues/6?email_source=notifications&email_token=AAKY23OFYTMF36LMK7G4YRTP6YLLFA5CNFSM4H7RRXP2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G6NEPPQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKY23IQFCZWL2L4KGAQDVLP6YLLFANCNFSM4H7RRXPQ .

stansa commented 5 years ago

Thank you.

Along the same lines of performance. Do the qemu startup options in your notes reflect any performance testing/tuning? I'm looking at this for example: https://www.linux-kvm.org/page/Tuning_KVM

If you can point me to any other performance/tuning related docs would be much appreciated.

Thanks!