Skip to content

templateria/docker-htmlshots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-htmlshots

Run HTMLShots in a Docker container.

Introduction

This Docker image provides an instance of HTMLShots based on PhantomJS 2.0.0 running on port 8080.

docker run templateria/htmlshots

Daemonized:

docker run -d templateria/htmlshots

Mapping container port 8080 to a local 9999 port:

docker run -d -p 9999:8080 templateria/htmlshots

Disclaimer: This Docker image includes a prebuilt PhantomJS 2.0.0 binary.

About

run htmlshots in a docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published