Home

Awesome

x11docker/lxde-wine

LXDE desktop containing wine, winetricks, q4wine and playonlinux

Building image

You can pull the image from docker hub with docker pull x11docker/lxde-wine. However, the image on docker hub can be a bit outdated. I recommend to build the image yourself:

docker pull debian:bullseye
x11docker --build x11docker/lxde
x11docker --build x11docker/lxde-wine

Or, same with podman:

podman pull debian:bullseye
x11docker --build x11docker/lxde --backend=podman
x11docker --build x11docker/lxde-wine --backend=podman

Examples:

Run LXDE desktop including wine:

Use host folder to preserve installed Windows applications with option --home:

Run PlayOnLinux only:

Options:

See x11docker --help for further options.

Language

The default language locale setting is en_US.UTF-8. You can change to your desired locale with x11docker option --lang.

Fonts: chinese, japanese, korean

To enable chinese, japanese and korean fonts in wine, run winetricks cjkfonts. There is also a starter provided on the desktop for this.

Extend image

To add your desired applications, create your own Dockerfile with this image as a base. Example:

FROM x11docker/lxde-wine
RUN apt-get update
RUN apt-get install -y vlc

Screenshot

screenshot