JDK and PhantomJS intended to act as a web testing environment
1.6K
Docker image with JDK and PhantomJS intended to act as a web testing environment to avoid needing to install/build web testing tools on your host OS.
NOTE: Building the image takes a long time for PhantomJS compile and I had to increase my Boot2Docker VM memory to 4 gigs to cope.
Build image:
docker build -t stevenalexander/java-selenium-phantomjs .
Test PhantomJS:
docker run -it --rm phantomjs /phantomjs/bin/phantomjs -v
Content type
Image
Digest
sha256:b2663fb24…
Size
405.4 MB
Last updated
almost 11 years ago
docker pull stevenalexander/java-selenium-phantomjs