Sign inSign up

shufo/phantomjs

By shufo

Updated over 10 years ago

A image of phantomjs.

Image
0

3.7K

shufo/phantomjs repository overview

docker-phantomjs

A Dockerized phantomjs image.

Usage

docker run shufo/phantomjs --version
  • Run as remote server
docker run shufo/phantomjs --webdriver 8901
  • docker-compose
version '2'
services:
  phantomjs:
    image: shufo/phantomjs
    command: --webdriver 8901
    ports:
      - "8901:8901"

Tag summary

Content type

Image

Digest

Size

36.2 MB

Last updated

over 10 years ago

docker pull shufo/phantomjs