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

[Question]: vnc

Open krofkaenot01 opened this issue 1 year ago • 1 comments

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!

krofkaenot01 avatar Jul 17 '24 12:07 krofkaenot01

You can do this by setting the environment variable

environment:
  DISPLAY: "vnc"

and adding a mapping to port 5900

ports:
  - 5900:5900

NateChoe1 avatar Jul 19 '24 23:07 NateChoe1