Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Starts x11 and runs electron all-inclusive inside a container.

License

Notifications You must be signed in to change notification settings

bengreenier-archive/docker-x11-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated in favor of docker-xvfb

X11-Electron

Build Status

Starts x11 and runs electron all-inclusive inside a container. Uses xdummy for rendering.

Supports the following arguments:

  • ELECTRON_VERSION=latest: Which electron version (npm semver) we use
  • NODE_VERSION=10: Which node version (major only 10, 11, 12, etc) we use
  • ELECTRON_ENTRY=.: Where our electron entrypoint is (relative to workdir)

You'll probably want to derive from this container:

FROM bengreenier/x11-electron
ENV ELECTRON_VERSION=5.0.0
ENV ELECTRON_ENTRY=./dist/main.js

# assuming you have some electron code in dist
COPY ./dist ./

About

Starts x11 and runs electron all-inclusive inside a container.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published