Merge pull request #54 from HoroTW/patch-1
Update cadvisor to `latest` version - not using the latest tag
This commit is contained in:
@@ -3,7 +3,9 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
cadvisor:
|
cadvisor:
|
||||||
image: gcr.io/cadvisor/cadvisor:latest
|
image: gcr.io/cadvisor/cadvisor:v0.45.0 # latest tag is not updated...
|
||||||
|
# https://github.com/google/cadvisor/issues/3066
|
||||||
|
# To manual check versions: https://github.com/google/cadvisor/releases
|
||||||
container_name: cadvisor
|
container_name: cadvisor
|
||||||
# ports:
|
# ports:
|
||||||
# - "8080:8080"
|
# - "8080:8080"
|
||||||
|
|||||||
Reference in New Issue
Block a user