Open bobbybah opened 1 year ago
@bobbybah you need to do port forwarding both in qemu and in resulting Docker container.
Thanks! Using the command below solve the problem.
sudo docker run -it --rm --privileged -p Host_IP:5900:5900 myimage
@bobbybah does it solve your issue?
I need to have final docker VM to be accessible from internal network not only from localhost via VNC. How can I do that?