Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tom-weatherhead/electron-docker

An Electron app inside a Docker container.
https://github.com/tom-weatherhead/electron-docker

Last synced: about 8 hours ago
JSON representation

An Electron app inside a Docker container.

Awesome Lists containing this project

README

        

# electron-docker
An Electron app inside a Docker container.

[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/tom-weatherhead/electron-docker/blob/master/LICENSE)

E.g. Install Node.js version 8 (lts/carbon) and then:

```
cd angular6-electron2
npm i
npm run electron-build
./build.sh
./run.sh
```

For an example of a Docker app with audio: https://github.com/TheBiggerGuy/docker-pulseaudio-example

## License
MIT