noVNC
https://novnc.comnoVNC - the open source VNC client - noVNC is both a VNC client JavaScript library as well as an application built on top of that library.
Ubuntu NoVNC - DevOps Buzz
https://www.devops.buzz/public/docker/ubuntu-novncUbuntu NoVNC. Desktop remote access a docker container. Run: 1. docker run -itd \ 2--name = "remote-desktop" \ 3-p 6969:6080 \ 4-p 6922:22 \ 5-e SUDO = yes \ 6-e PASSWORD = "123456" \ 7. chenjr0719/ubuntu-unity-novnc. Copied! If you are under a NAT, use NGROK . 1. docker run -itd \ 2--name = "remote-desktop" \ 3
docker-ubuntu-novnc - hub.docker.com
hub.docker.com › r › fredblgrNow, open the vnc viewer and connect to port 5900. If you would like to protect vnc service by password, set environment variable VNC_PASSWORD, for example. docker run -p 6080:80 -p 5900:5900 -e VNC_PASSWORD=mypassword fredblgr/ubuntu-novnc:20.04. A prompt will ask password either in the browser or vnc viewer.