Docker container running PhantomJS with special setup for creating screenshots from websites. It can also be used via WebDriver for web system testing.
Start PhantomJS in REPL
docker run --rm joergpatz/phantomjsUsage as executable
docker run --rm joergpatz/phantomjs --helpdocker run --rm -v `pwd`:/tmp joergpatz/phantomjs webshoot.js http://info.cern.ch/hypertext/WWW/TheProject.html webshot.pngUsage inside the container
docker run --rm -v `pwd`:/tmp -it --entrypoint /bin/bash joergpatz/phantomjsAlias docker run command
alias phantomjs='docker run --rm -v `pwd`:/tmp joergpatz/phantomjs'phantomjs webshoot.js http://info.cern.ch/hypertext/WWW/TheProject.html webshot.pngRemote WebDriver
docker run -d -p 8910:8910 joergpatz/phantomjs --webdriver=8910Better font rendering in Linux with Infinality https://wiki.debian.org/Fonts#Infinality_for_Debian
Content type
Image
Digest
Size
261.8 MB
Last updated
over 10 years ago
docker pull joergpatz/phantomjs