Ubuntu NoVNC
Desktop remote access a docker container
docker run -itd \
--name="remote-desktop" \
-p 6969:6080 \
-p 6922:22 \
-e SUDO=yes \
-e PASSWORD="123456" \
chenjr0719/ubuntu-unity-novncdocker run -itd \
--name="remote-desktop" \
-e SUDO=yes \
-e PASSWORD="123456" \
-e NGROK=yes \
chenjr0719/ubuntu-unity-novncLast updated