Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
```
gcr.io/google-containers/cadvisor:latest
```

Mentioned image causes following issue when tried to run, please do visit the issue page of google cadvisor to know more about the issue.

[cadvisor docker container fails to start "mountpoint for cpu not found" ](google/cadvisor#1943)

Solution mentioned here was to use,

```
gcr.io/cadvisor/cadvisor
```
  • Loading branch information
nachikamod authored Jul 31, 2022
1 parent 4cfc424 commit 24c3402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
depends_on:
- cadvisor
cadvisor:
image: gcr.io/google-containers/cadvisor:latest
image: gcr.io/cadvisor/cadvisor
container_name: cadvisor
ports:
- 8080:8080
Expand Down

0 comments on commit 24c3402

Please sign in to comment.