Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.35 KB

File metadata and controls

46 lines (26 loc) · 1.35 KB

Docker Phantomas

Phantomas is an awesome PhantomJS-based modular web performance metrics collector.

This repository contains Dockerfile of phantomas docker image published to the docker hub registry as inem0o/phantomas.

Builded image includes Phantomas 1.13.0, NodeJS 0.10 and PhantomJS 1.9.8

Installation

  1. Install Docker.

  2. Download builded image from public Docker Hub Registry

     docker pull inem0o/phantomas
    

Build from source

	git clone https://github.com/iNem0o/docker-phantomas docker-phantomas
	cd docker-phantomas
	docker build -t phantomas .
    docker run --rm phantomas https://github.com/macbre/phantomas

Usage

	docker run --rm inem0o/phantomas https://github.com/macbre/phantomas

You can read the full phantomas usage parameters here

Contributors

Changelog

1.13.0

1.10.0

  • initial release