From b42c250e77600978327d47ad3587e2eb23940ba0 Mon Sep 17 00:00:00 2001 From: Junv Zhao Date: Wed, 16 Aug 2017 14:36:27 +0800 Subject: [PATCH] Update readme. By the way just merged the pull request about sending alert Email and more examples. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b860565..55dd836 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repo contains the docker images for [Pinpoint](https://github.com/naver/pin * Go to a folder * `docker build -t repo-name:latest .` to build the image -### To run all containers +### To run all the containers ``` docker-compose up -d @@ -47,6 +47,8 @@ java -javaagent:/some-absolute-path/pinpoint-agent-1.6.2/pinpoint-bootstrap-1.6 ``` +### More Examples + [See more examples of monitoring](examples) using docker-compose, image docker, monitoring tests with selenium, ... You can find more samples at: