Unofficial PhantomJS docker image.
221
Unofficial PhantomJS docker image.
sudo curl -L https://raw.githubusercontent.com/cosmicvelocity/docker-phantomjs/2.1.1/script/run.sh > /usr/local/bin/docker-phantomjs
sudo chmod +x /usr/local/bin/docker-phantomjs
$ docker-phantomjs --version
2.1.1
$ docker-phantomjs rasterize.js http://www.yahoo.co.jp/ test.jpg
or
$ docker run -it --rm -v $(pwd):$(pwd) -w $(pwd) cosmicvelocity/phantomjs:2.1.1 rasterize.js http://www.yahoo.co.jp/ sample.png
View license information for the software contained in this image.
Content type
Image
Digest
Size
71.5 MB
Last updated
about 9 years ago
docker pull cosmicvelocity/phantomjs