Skip to content

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

Notifications You must be signed in to change notification settings

BasToTheMax/ubuntu-novnc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.4%
  • CSS 13.3%
  • Scheme 7.9%
  • Dockerfile 2.3%
  • Shell 2.1%
  • JavaScript 1.0%