windows-images
windows-images copied to clipboard
Step by step instructions for building Docker images with Windows
I am trying to understand this solution and please correct me if i am wrong Based on my understanding, we are building Windows Virtual Machine (VM) and running the VM...
Hello, Thank you very much for really helpful ideas. We tried to test it on SUSE Linux Enterprise Server 12 SP4. We have found that tests are executed far slower...
I'm running my Windows image on two different platforms. On KVM based VM the windows image on docker is running ok. On VMware ESXi 6.0 based VM the window image...
Related also with https://github.com/aerokube/windows-images/issues/25 As you can see in this video . ( wait 20 seconds , to see vm running) [VIDEO](https://drive.google.com/file/d/11sPQYxd2xXJC8TaQi1BYeMwJqmZE_GA5/view?usp=sharing) The container (X11) screen resolution is 1920x1080 but...
Hi @everybody I'm running windows image as described in this repo ( rigth now outside selenoid running command with a CI/CD tool) and recording with selenoid/video-recorder, I've noted that qemu...
I have built a docker container using your instructions. I've built the QEMU from source (version 4.1.0) both on the host (to make the windows image and snapshot) and in...
Host: ArchLinux Kernel: 5.3.1 QEMU: 4.1.0 Docker: 19.03.2-ce, build 6a30dfca03 Windows: 10 x64 There is some problem when running the snapshot via `xvfb-run`: ``` $ docker run -it --rm --privileged...
I modified ```entrypoint.sh``` with different options to try launching the Windows VM with more CPUs. Surprisingly, it failed each time. Can you suggest how can I increase the CPUs to...
When I follow this tutorial and run the Windows virtual machine, after running for a few minutes, it will cause the host machine to completely freeze (which in turn also...
``` sudo qemu-system-x86_64 -enable-kvm \ -machine q35 -smp sockets=1,cores=1,threads=2 -m 2048 \ -usb -device usb-kbd -device usb-tablet -rtc base=localtime \ -net nic,model=virtio -net user,hostfwd=tcp::4444-:4444 \ -drive file=snapshot.img,media=disk,if=virtio \ -loadvm windows...