A docker image source repo to run scene-stealer as a container
1.0K
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/scene-stealer-docker/blob/master/kubernetes/scene-stealer.yaml
scene-stealer-docker is MIT licensed.
Content type
Image
Digest
Size
481.5 MB
Last updated
almost 8 years ago
docker pull rainist/scene-stealer