Fix cadvisor

This commit is contained in:
Nemo 2018-06-04 20:15:05 +05:30
parent c7e2cc043f
commit 3f9d4b6e9d
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@ resource "docker_container" "cadvisor" {
read_only = true
}
volumes {
host_path = "/"
container_path = "/rootfs"
read_only = true
}
volumes {
host_path = "/var/lib/docker"
container_path = "/var/lib/docker"