Skip to content

baragoon/centos-lxqt-vnc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image with LXQt Desktop over headless VNC environments

This repository contains a Docker image with minimal Desktop installation and includes: CentOS minimal + OpenBox + LXQt + TigerVNC-Server.

The Image is automatically rebuilt every day, at midnight by GMT.

All other software you can install yourself.

Docker LXQt Desktop access via TightVNC Client

Try

If you just want to try the features:

docker run -it --rm -e password='YOUR_VNC_PASSWORD' -p5901:5901 labeg/centos-lxqt-vnc

Use

If you want to use the container regularly:

docker run -d --restart always -e password='YOUR_VNC_PASSWORD' -p5901:5901 labeg/centos-lxqt-vnc

FAQ

  • Defaul root and user password is 'centos'. Change it on first vnc connection for more security.
  • For change LXQT Theme open Menu > Preferences > Appearance > LXQt Theme and select nice to you theme, example Kde-Plasma.
  • For change OpenBox theme open Menu > Preferences > LXQt settings > Opebox Settings and select nice to you theme, example Clearlooks.

Build

docker build -t labeg/centos-lxqt-vnc .

About

Docker image with LXQt Desktop over headless VNC environments

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 85.1%
  • Shell 14.9%