Sign inSign up

erikaulin/manet

By erikaulin

Updated almost 10 years ago

Manet screenshot service https://github.com/vbauer/manet

Image
0

296

erikaulin/manet repository overview

Docker Manet

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.

What is Manet?

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.

Run using Docker

docker run -d -p 80:8891 erikaulin/manet

You can pass in every options Manet accepts:

docker run -d -p 80:8891 erikaulin/manet --cache=3600 --cleanupRuntime --whitelist=...

Build

git clone https://github.com/erikaulin/docker-manet.git && cd docker-manet
docker build -t your-namespace/manet .

Credits

https://github.com/bobey/docker-manet

Tag summary

Content type

Image

Digest

Size

467.6 MB

Last updated

almost 10 years ago

docker pull erikaulin/manet