Open bbartok76 opened 5 years ago
You have to configure qemu to use sdl library for graphical output and not vnc, please check command line options.
Thank you very much. I had to rebuild the qemu from source and finally it partially solved :) the problem:
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 the docker image.
When I'm running the docker container I see the following on the console:
It seems to me that the QEMU also launches a VNC server on the 5901 port. When I run the qemu with the
-vnc :0
option I got the following error message:qemu-system-x86_64: -vnc :0: Failed to find an available port: Address already in use
The result: though I can connect to container with VNC on the 5900 port but I only can see a black screen.