Skip to content

Commit d63985f

Browse files
committed
added cavisor version line
1 parent 6bda0be commit d63985f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/docker/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ docker-compose -f docker-compose.yml up
5757
```
5858

5959
4. If you run into any issues regarding 'linux/amd64,linux/arm/v7,linux/arm64/v8' for cadvisor, navigate to the docker-compose.yml and find the cadvisor dictionary. Change "platform" to linux/arm64/v8 for M1 Chips and linux/amd64 for Intel Chips.
60+
61+
If you run into any issues regarding versions/images cadvisor, navigate to the docker-compose.yml and find the cadvisor dictionary. Change "image" to `image: gcr.io/cadvisor/cadvisor:latest` to `image: gcr.io/cadvisor/cadvisor:v0.47.0`
62+
6063
###
6164

6265
You should now see the containers running in your terminal, each reporting `"Docker data recorded in..."`.

0 commit comments

Comments
 (0)