An open API service indexing awesome lists of open source software.

https://github.com/jbris/gui-app-docker-test

Test to see how to run GUI apps in Docker
https://github.com/jbris/gui-app-docker-test

docker docker-compose gedit gui gui-application xserver

Last synced: 7 months ago
JSON representation

Test to see how to run GUI apps in Docker

Awesome Lists containing this project

README

          

# gui-app-docker-test

Test to see how to run GUI apps in Docker

# Windows

Run WSL 2 + xserver. I'm running WSL 2 through MobaXterm.

If you're using MobaXterm, you'll need to export the `DISPLAY` env variable using `export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0`

# Linux

You may run into permissions issues. If that's the case, try `xhost +local:all`.