fgrehm / docker-phantomjs2

Minimum Viable Docker Image for PhantomJS 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimum Viable Docker Image for PhantomJS 2.0

The smallest PhantomJS 2.0 image (<120mb) you'll find on Docker Hub.

⚠️ This is an experiment. Some initial testing showed me that some examples provided by the PhantomJS project itself are working fine but it doesn't mean it will work for all use cases ⚠️

Usage

docker run -ti --rm fgrehm/phantomjs2 --help

Build it locally

git clone https://github.com/fgrehm/docker-phantomjs2 && cd docker-phantomjs2
make build.local

Acknowledgements

About

Minimum Viable Docker Image for PhantomJS 2.0

License:MIT License


Languages

Language:JavaScript 64.0%Language:Makefile 18.5%Language:Shell 17.5%