Skip to content

Latest commit

 

History

History

ubuntu-lxde-nodejs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Ubuntu LXDE desktop environment

Ubuntu lightweight desktop environment with VNC interface based on dorowu/ubuntu-desktop-lxde-vnc

The destop environment is composed of the following:

How to use

Run the image in a container without https

After running the container with the below command connect to it in your browser using http://localhost:8080

  docker run -it --rm -p 8080:80 -e SECURE=false jdelemar/ubuntu-lxde-nodejs

Run the image in a container and allow VNC connections

Run the image ONLY allowing VNC connections with password

  docker run -it --rm -p 5900:5900 -e SECURE=false -e VNC_PASSWORD=mypassword jdelemar/ubuntu-lxde-nodejs
  # OR
  docker run -it --rm -p 5900:5900 -e VNC_PASSWORD=mypassword jdelemar/ubuntu-lxde-nodejs

Run the image with an encrypted connection

After running the container with the below command connect to it in your browser using https://localhost:4430/vnc.html

  docker run -it --rm -p 4430:6081 -e VNC_PASSWORD=mypassword --name lxde jdelemar/ubuntu-lxde-vscode

Additional Information

See Ubuntu LXDE desktop base environment jdelemar/ubuntu-lxde-base

Container size

2.3GB

Sources

Source repository jdelemar/ubuntu-lxde-nodejs
Docker repository jdelemar/ubuntu-lxde-nodejs
Original Docker Ubuntu LXDE desktop Docker hub, Github