yous / pinpoint-docker

Docker for Pinpoint
https://hub.docker.com/r/yous/pinpoint/
MIT License
37 stars 12 forks source link
docker pinpoint

Pinpoint Docker

Docker Stars

Docker for Pinpoint. You can see the repository on yous/pinpoint.

About

All versions of Docker run on Debian (jessie). Minimal requirements are installed, git, wget, curl, ps, netstat.

1.6.1

1.6.0

1.5.2

1.5.1

1.5.0

1.1.2

1.1.1

1.1.0

1.0.5

1.0.4

For more information about this Dockerfile, see "Using Pinpoint with Docker".

Installation

If you want to use latest version of Pinpoint supported by the Dockerfile,

docker pull yous/pinpoint

Also you can specify the version:

docker pull yous/pinpoint:1.0.4

See tags for the list of all available versions.

Usage

docker run -i -t yous/pinpoint:latest bash

Quickstart

docker run -i -t -p 28080-28082:28080-28082 --cap-add SYS_PTRACE \
  yous/pinpoint:latest bash

We have to expose some ports used by Pinpoint by specifying -p options. --cap-add SYS_PTRACE is needed for netstat -anp for displaying its PID with the program name. See docker/docker#7276 for details.

Starting

Start HBase

Start Pinpoint Daemons

Visit the following addresses to test out your Pinpoint instance.

Stopping

License

Copyright © Chayoung You. See LICENSE.txt for details.