Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 4 days 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`.