monitor_docker
monitor_docker copied to clipboard
Cannot determine memory stats for container ('stats')
I'm running podman instead of docker and all works well, except for the memory information for the containers.
Looking at the logs, I see:
ERROR (MainThread) [custom_components.monitor_docker.helpers] [Docker] homeassistant: Cannot determine memory usage for container ('stats')
ERROR (MainThread) [custom_components.monitor_docker.helpers] [Docker] homeassistant: Raw 'memory_stats' {'usage': 392056832, 'limit': 8328462336}
I understand podman is not the focus of this project, but maybe it's an easy fix? =)