Docker for Pinpoint.
All versions of Docker run on Debian (jessie). Minimal requirements are installed, git, wget, curl, ps, netstat.
- Oracle Java SE 6, 7 and 8 with
JAVA_6_HOME,JAVA_7_HOME,JAVA_8_HOMEandJAVA_HOME - Maven 3.5.0
- HBase 1.1.0
docker run -i -t -p 28080-28082:28080-28082 --cap-add SYS_PTRACE \
yous/pinpoint:1.6.0 bash--cap-add SYS_PTRACE is needed for netstat -anp for displaying its PID with the program name.
- Start:
quickstart/bin/start-hbase.sh - Initialize Tables:
quickstart/bin/init-hbase.sh
- Collector:
quickstart/bin/start-collector.sh - Web UI:
quickstart/bin/start-web.sh - TestApp:
quickstart/bin/start-testapp.sh
Visit the following addresses to test out your Pinpoint instance.
- Web UI:
http://localhost:28080 - TestApp:
http://localhost:28081
- HBase:
quickstart/bin/stop-hbase.sh - Collector:
quickstart/bin/stop-collector.sh - Web UI:
quickstart/bin/stop-web.sh - TestApp:
quickstart/bin/stop-testapp.sh