Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2-lts/step3.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can read more about [Store](https://thanos.io/tip/components/store.md/) here

```
docker run -d --net=host --rm \
-v /root/editor/bucket_storage.yaml:/etc/thanos/minio-bucket.yaml \
-v $(pwd)/bucket_storage.yaml:/etc/thanos/minio-bucket.yaml \
--name store-gateway \
quay.io/thanos/thanos:v0.28.0 \
store \
Expand Down
2 changes: 1 addition & 1 deletion 2-lts/step4.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Click below snippet to start the Compactor.

```
docker run -d --net=host --rm \
-v /root/editor/bucket_storage.yaml:/etc/thanos/minio-bucket.yaml \
-v $(pwd)/bucket_storage.yaml:/etc/thanos/minio-bucket.yaml \
--name thanos-compact \
quay.io/thanos/thanos:v0.28.0 \
compact \
Expand Down
4 changes: 2 additions & 2 deletions 3-receiver/step1.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Run the prometheus instance:

```
docker run -d --net=host --rm \
-v /root/editor/prometheus-batcave.yaml:/etc/prometheus/prometheus.yaml \
-v $(pwd)/prometheus-batcave.yaml:/etc/prometheus/prometheus.yaml \
-v /root/prometheus-batcave-data:/prometheus \
-u root \
--name prometheus-batcave \
Expand Down Expand Up @@ -82,7 +82,7 @@ scrape_configs:

```
docker run -d --net=host --rm \
-v /root/editor/prometheus-batcomputer.yaml:/etc/prometheus/prometheus.yaml \
-v $(pwd)/prometheus-batcomputer.yaml:/etc/prometheus/prometheus.yaml \
-v /root/prometheus-batcomputer:/prometheus \
-u root \
--name prometheus-batcomputer \
Expand Down