Dockerfile for Manet - Website screenshot service powered by Node.js, SlimerJS and PhantomJS
This is a Dockerfile for vbauer/manet project. The associated docker image is hosted on Docker Hub.
This container supports extended charactersets such as Japanese and Chinese.
Manet is a REST API server which allows capturing screenshots of websites using various parameters. It is a good way to make sure that your websites are responsive or to make thumbnails.
docker run -d -p 80:8891 bobey/manet
You can pass in every options Manet accepts:
docker run -d -p 80:8891 bobey/manet --cache=3600 --cleanupRuntime --whitelist=...
git clone https://github.com/bobey/docker-manet.git && cd docker-manet
docker build -t your-namespace/manet .