flashpixx / ubuntu-novnc

An Ubuntu 18.04 Desktop in a Docker container, with Xfce4 and Chromium Browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An Ubuntu 18.04 Desktop in a Docker container, with Xfce4 and Chromium Browser


Languages

Language:HTML 73.2%Language:CSS 13.3%Language:Scheme 7.9%Language:Dockerfile 2.3%Language:Shell 2.1%Language:JavaScript 1.0%