Sign inSign up

deluca/electron

By deluca

•Updated over 5 years ago

An image for testing libs for Electron

Image
0

10K+

deluca/electron repository overview

⁠Electron

Docker Pulls

See https://github.com/jprichardson/electron-mocha/issues/95#issuecomment-270222421⁠

I use this image for testing and local dev (headless).

⁠Base image

node:latest

⁠Included packages

Required libs to run headless test using electron-mocha⁠.

  • libgtk3.0
  • libgconf-2-4
  • libasound2
  • libxtst6
  • libxss1
  • libnss3
  • xvfb

⁠Env

ELECTRON_DISABLE_SANDBOX=true to prevent the sandbox error.

⁠Usage

xvfb-run --server-args=$XVFB_ARGS electron-mocha [...]
xvfb-run --server-args="-screen 0 1024x780x24" [nyc] electron-mocha [...]

Tag summary

Content type

Image

Digest

Size

441.1 MB

Last updated

over 5 years ago

docker pull deluca/electron