Update readme. By the way just merged the pull request about sending alert Email and more examples.

This commit is contained in:
2017-08-16 14:36:27 +08:00
parent 5488c27101
commit b42c250e77
+3 -1
View File
@@ -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: <https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples>