@@ -10,7 +10,7 @@ component and can be invoked in a single command.
10
10
Let's take a look at all the Thanos commands:
11
11
12
12
```
13
- docker run --rm quay.io/thanos/thanos:v0.28 .0 --help
13
+ docker run --rm quay.io/thanos/thanos:v0.34 .0 --help
14
14
```{{execute}}
15
15
16
16
You should see multiple commands that solves different purposes.
@@ -53,7 +53,7 @@ docker run -d --net=host --rm \
53
53
-v $(pwd)/prometheus0_eu1.yml:/etc/prometheus/prometheus.yml \
54
54
--name prometheus-0-sidecar-eu1 \
55
55
-u root \
56
- quay.io/thanos/thanos: v0 .28 .0 \
56
+ quay.io/thanos/thanos: v0 .34 .0 \
57
57
sidecar \
58
58
--http-address 0.0.0.0:19090 \
59
59
--grpc-address 0.0.0.0:19190 \
@@ -68,7 +68,7 @@ docker run -d --net=host --rm \
68
68
-v $(pwd)/prometheus0_us1.yml:/etc/prometheus/prometheus.yml \
69
69
--name prometheus-0-sidecar-us1 \
70
70
-u root \
71
- quay.io/thanos/thanos: v0 .28 .0 \
71
+ quay.io/thanos/thanos: v0 .34 .0 \
72
72
sidecar \
73
73
--http-address 0.0.0.0:19091 \
74
74
--grpc-address 0.0.0.0:19191 \
@@ -81,7 +81,7 @@ docker run -d --net=host --rm \
81
81
-v $(pwd)/prometheus1_us1.yml:/etc/prometheus/prometheus.yml \
82
82
--name prometheus-1-sidecar-us1 \
83
83
-u root \
84
- quay.io/thanos/thanos: v0 .28 .0 \
84
+ quay.io/thanos/thanos: v0 .34 .0 \
85
85
sidecar \
86
86
--http-address 0.0.0.0:19092 \
87
87
--grpc-address 0.0.0.0:19192 \
0 commit comments