Desktop remote access a docker container
Run:
docker run -itd \ --name="remote-desktop" \ -p 6969:6080 \ -p 6922:22 \ -e SUDO=yes \ -e PASSWORD="123456" \ chenjr0719/ubuntu-unity-novnc
If you are under a NAT, use NGROK
docker run -itd \ --name="remote-desktop" \ -e SUDO=yes \ -e PASSWORD="123456" \ -e NGROK=yes \ chenjr0719/ubuntu-unity-novnc
References
https://hub.docker.com/r/chenjr0719/ubuntu-unity-novnc
Last updated 6 years ago