Skip to content

Commit b95fb92

Browse files
committed
[#noissue] update guide
1 parent 5c6afeb commit b95fb92

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@ It supports and helps you understand your application in a glance and allow you
1818

1919
## How to install Pinpoint?
2020

21-
You can easily bring up an entire Dockerized Pinpoint environment by using [Docker Compose](https://docs.docker.com/compose/) with any of the provided `docker-compose.yml` files as below.
21+
You can easily bring up an entire Dockerized Pinpoint(latest release) environment by using [Docker Compose](https://docs.docker.com/compose/) with any of the provided `docker-compose.yml` files as below.
2222
With `docker-compose.yml` under *Pinpoint-Docker* folder brings up all the environment attached with Pinpoint-QuickStart(sample app).
23-
To monitor your agent see [configuration part](#Configuration) for further details.
23+
To monitor your agent see [configuration part](#configurations) for further details.
2424

2525
```
2626
git clone https://github.com/naver/pinpoint-docker.git
2727
cd Pinpoint-Docker
2828
docker-compose pull && docker-compose up -d
2929
```
30+
If you'd like to bring up the previous release. Try with docker-compose file from other tags.
3031
You can also just build the image with `docker-compose up -d` command without pulling the image. But you can reduce the time to 1/3 by just downloading them.
3132

3233
This will install and run all services required to run all features in Pinpoint in docker containers joined with same network.
@@ -40,7 +41,7 @@ This will install and run all services required to run all features in Pinpoint
4041
This may take several minutes to download all necessary images.
4142

4243
You can modify `QuickStart` application part with your application to start monitoring.
43-
(see [`Monitoring YOUR Application`](https://github.com/naver/pinpoint-docker#monitoring-your-application) part for further details).
44+
(see [`Monitoring YOUR Application`](#monitoring-your-application) part for further details).
4445

4546
### Flink configuration
4647

@@ -104,7 +105,7 @@ Pinpoint-Zookeeper is just an example of using zookeeper image. You can modify d
104105

105106
For more specific details on what the values represents in *.env* file. Please check [Pinpoint Github Repository](https://github.com/naver/pinpoint) or
106107
[Pinpoint Web properties](https://github.com/naver/pinpoint/blob/master/web/src/main/resources/pinpoint-web.properties), [Pinpoint Collector properties](https://github.com/naver/pinpoint/blob/master/collector/src/main/resources/pinpoint-collector.properties), [Pinpoint Agent configuration](https://github.com/naver/pinpoint/blob/master/agent/src/main/resources-release/pinpoint.config).
107-
Please note that only essential configuration options are adopted to pinpoint-docker.
108+
Please note that only essential configuration options are adopted to pinpoint-docker(docker-compose).
108109

109110
## logs
110111

0 commit comments

Comments
 (0)