A Docker source repo to run scene-stealer as a container
Even though scene-stealer is easy enough to install and use as npm global module, it doesn't run as a container as a normal nodejs container because puppeteer (the core dependency) requires lots of graphics related libraries that normally not comes with many images.
So you need something like this to run scene-stealer or puppeteer inside docker or as a pod inside kubernetes
Again you need lots of graphics related libraries in your image
That's why it's built on top of alekzonder/puppeteer which comes with nodejs and required libraries.
$ docker run --init --rm -it -p 3000:3000 rainist/scene-stealer
$ kubectl create -f https://github.com/Rainist/docker-scene-stealer/blob/master/kubernetes/scene-stealer.yaml
scene-stealer-docker is MIT licensed.