Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 692 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 692 Bytes

Ubuntu NoVNC Desktop

An Ubuntu 18.04 Desktop in a Docker container, running

  • Xfce4
  • Chromium
  • Firefox
  • Terminal

Run the Container

docker run -d -p 8080:8080 u1ih/ubuntu-novnc

Access via Web Browser

http://localhost:8080?password=insecure

Use a different Password

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

Can I get 'classic VNC' as well?

Yes.

docker run -d -p 5901:5901 u1ih/ubuntu-novnc

Image on Docker Hub

https://hub.docker.com/r/u1ih/ubuntu-novnc