Coder Social home page Coder Social logo

Comments (3)

kroese avatar kroese commented on August 16, 2024

The VNC server is running on the container-side (because it is part of QEMU), and any software you install on the Windows-side is running inside the VM.

So thats why you can still get a picture via VNC even if Windows crashed for example, because the VNC server is not part of Windows.

The reason why port 8006 is not blocked is because I forward all ports to Windows, EXCEPT port 8006 which is forwarded to the container instead.

If you want to forward more ports to the container, you can add them to the compose file with an environment variable:HOST_PORTS: "123,567". You dont need to add 8006 to that list, because its added by default.

from windows.

aleksandrgrn avatar aleksandrgrn commented on August 16, 2024

Thank you very much for the prompt response!
unfortunately, this does not work : (apparently, the connection between the container and the windows VM is still blocked by the firewall software.
I have installed realvnc-server on a windows machine, trying different random ports. in the config "compose.yaml" I specify in the environment variable HOST_PORTS: "8008", but it does not work. is it possible to install a full-fledged vnc server in a container, and not in a windows machine? so that it works, for example, on the default port 5900? Thanks!

from windows.

aleksandrgrn avatar aleksandrgrn commented on August 16, 2024

in general, the purpose of my request is to access the windows machine not through a browser, but through some kind of client, be it vnc or rdp.

from windows.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.