aheuermann / docker-electron

Image for running headless electron
https://registry.hub.docker.com/u/aheuermann/electron/
MIT License
41 stars 6 forks source link

docker run command #3

Open LarryEitel opened 8 years ago

LarryEitel commented 8 years ago

Can you please share an example of how I would docker run this container in a way that I can point my headless selenium tests at this 'browser'? I am looking to replace phantomjs with electron assuming that I am barking up the right tree. :)

Thank You :)

aheuermann commented 8 years ago

Hey Larry, I originally built this to test an electron app. While this might work for your use-case I think something like chromium-xvfb might be a better fit. Either way, I will add some more docs/examples soon.