Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Docker data volume container phantomjs-binaries

Notifications You must be signed in to change notification settings

dkd/docker-dkdde-phantomjs-binaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dkdde/phantomjs-binaries

Docker Data Volume Container phantomjs-binaries

This Docker image dkdde/phantomjs-binaries consists of

  • static compiled phantomjs binaries (v1.9.2, v1.9.7 and v2.1.1)

to be run as Docker Data Volume Container.

Installation/Setup

Download latest Docker image:

$ docker pull dkdde/phantomjs-binaries

Usage

Create data volume container, name it phantomjs and expose /home/jenkins/.phantomjs:

$ docker create -v /home/jenkins/.phantomjs --name phantomjs dkdde/phantomjs-binaries:latest

Development

Clone project and copy extracted phantomjs binary build archives into the given phantomjs directory. Mind appropriate version numbers of subdirectories.

$ git clone https://github.com/dkd/docker-dkdde-phantomjs-binaries.git
$ cd docker-dkdde-phantomjs-binaries

Build image, tag appropriately and push to Docker Hub:

$ docker build . --tag dkdde/phantomjs-binaries
$ docker push dkdde/phantomjs-binaries

About

Docker data volume container phantomjs-binaries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published