An Ubuntu 18.04 Desktop in a Docker container, running
- Xfce4
- Chromium
- Firefox
- Terminal
docker run -d -p 8080:8080 u1ih/ubuntu-novnc
http://localhost:8080?password=insecure
Make sure the password is 8 characters or less. VNC does not seem to like password that are too simple.
docker run -d -p 8080:8080 -e vncpassword=hello123 u1ih/ubuntu-novnc
Yes.
docker run -d -p 5901:5901 u1ih/ubuntu-novnc