Ecosyste.ms: Awesome
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: 4 days ago
JSON representation
Test to see how to run GUI apps in Docker
- Host: GitHub
- URL: https://github.com/jbris/gui-app-docker-test
- Owner: JBris
- License: mit
- Created: 2022-08-02T11:32:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T13:46:19.000Z (over 2 years ago)
- Last Synced: 2023-03-08T04:41:44.426Z (over 1 year ago)
- Topics: docker, docker-compose, gedit, gui, gui-application, xserver
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.