A Docker image build of PhantomJS from source
docker run -ti bcicen/phantomjs:latest --help
or if you prefer to build the image yourself(this may take an extremely long time):
git clone https://github.com/bcicen-docker/phantomjs.git
cd phantomjs/
docker build -t phantomjs .
docker run -ti phantomjs
Content type
Image
Digest
Size
29.6 MB
Last updated
over 10 years ago
docker pull bcicen/phantomjs