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

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

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 :)