Skip to content

Dockerfile for Manet - Website screenshot service powered by Node.js, SlimerJS and PhantomJS

License

Notifications You must be signed in to change notification settings

bobey/docker-manet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

Dockerfile for Manet - Website screenshot service powered by Node.js, SlimerJS and PhantomJS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages