PhantomJS image built from sources on Ubuntu
6.7K
PhantomJS image built from sources (2.0.0) on Ubuntu 14.04.
The image can be found on the Docker Hub(https://registry.hub.docker.com/u/servebox/phantomjs/).
docker pull servebox/phantomjs:latest
You may run it on the command line:
docker run -t servebox/phantomjs phantomjs --version
But you'll probably want to use it as a base image:
FROM servebox/phantomjs:latest
Content type
Image
Digest
sha256:cf8d603f4…
Size
286.6 MB
Last updated
about 11 years ago
docker pull servebox/phantomjs