https://github.com/andrewbrey/electron-x11-display
Demo of running an electron app in a docker container but with a GUI on the host machine
https://github.com/andrewbrey/electron-x11-display
Last synced: 4 months ago
JSON representation
Demo of running an electron app in a docker container but with a GUI on the host machine
- Host: GitHub
- URL: https://github.com/andrewbrey/electron-x11-display
- Owner: andrewbrey
- Created: 2022-02-26T00:37:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T00:46:45.000Z (over 3 years ago)
- Last Synced: 2025-01-17T13:51:18.727Z (5 months ago)
- Language: HTML
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron with GUI in Docker (VSCode Dev Container)
Demonstration of how to run an electron application inside a vscode devcontainer but with the GUI running on the host machine. Neat!
This uses the docker image from the Playwright project (https://playwright.dev/docs/docker) because there are a bunch of dependencies that Chromium requires that they've so kindly already figured out for me.
This demo also assumes that you're using X11 as your display server :)