Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tom-weatherhead/electron-docker
- Owner: tom-weatherhead
- License: mit
- Created: 2018-08-30T16:32:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T03:55:15.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T23:52:48.809Z (7 months ago)
- Language: TypeScript
- Size: 1.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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