ba5a78fa37cd355e56d8f7364fbcbf7d3aa6b9b8
Xubuntu on Docker
A Docker image based on Ubuntu 18.04 with Xfce desktop environment, VirtualGL, XRDP and XRDP PulseAudio module.
Start an instance
docker run --detach \
--name xubuntu \
--publish 3389:3389/tcp \
hectormolinero/xubuntu:latest
You will be able to connect to the container via RDP through 3389/tcp port.
Important: if you use the
--privilegedoption the container will be able to use the GPU with VirtualGL, but this will conflict with the host X server.
Important: some software (like Firefox) need the shared memory to be increased, if you encounter any problem related to this you may use the
--shm-sizeoption.
Environment variables
GUEST_USER_PASSWORD: guest user password (guestby default).
License
See the license file.
Description
Languages
M4
46.9%
Shell
29.3%
Makefile
23.8%