Sign inSign up

bobey/manet

By bobey

Updated over 9 years ago

Website screenshot service powered by Node.js, SlimerJS and PhantomJS

Image
7

100K+

bobey/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 bobey/manet

You can pass in every options Manet accepts:

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

Build

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

Tag summary

Content type

Image

Digest

Size

484.4 MB

Last updated

over 9 years ago

docker pull bobey/manet