How to show GUI apps from docker desktop container on windows 11
From this article, it states that windows 11 natively supports running of X11 and wayland applications on wsl. I tried to do the same through a docker container, settinng the environment variable DISPLAY="host.docker.internal:0.0", and running a gui application (like gedit).…