qemu-docker
qemu-docker copied to clipboard
[Question]: vnc
Is your question not already answered in the FAQ?
- [X] I made sure the question is not listed in the FAQ.
Is this a general question and not a technical issue?
- [X] I am sure my question is not about a technical issue.
Question
Good afternoon! Is it possible to install a VNC server in the container so that we can use a Windows VM through a VNC client instead of a browser? Thank you!
You can do this by setting the environment variable
environment:
DISPLAY: "vnc"
and adding a mapping to port 5900
ports:
- 5900:5900