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.
If you just want to try the features:
docker run -it --rm -e password='YOUR_VNC_PASSWORD' -p5901:5901 labeg/centos-lxqt-vnc
If you want to use the container regularly:
docker run -d --restart always -e password='YOUR_VNC_PASSWORD' -p5901:5901 labeg/centos-lxqt-vnc
-e password='YOUR_VNC_PASSWORD'
- password for VNC connections.-e resolution='1920x1080'
- resolution for virtual screen.--shm-size='64m'
- extend if firefox browser is crashing.
- Default 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.
docker build -t labeg/centos-lxqt-vnc .