-
Notifications
You must be signed in to change notification settings - Fork 683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker_ error for memory #1447
Comments
I'd guess that the Docker API doesn't provide the |
Although, I see in the API docs that there should be a |
You can see what the Docker API is providing like this: curl --unix-socket /var/run/docker.sock http://localhost/v1.46/containers/<container ID>/stats | jq --color-output . |
Thank you very much @kenyon .
|
docker_ plugin stops the execution in the memory section with the following error:
Raspberry OS/Debian Bookworm
Docker CE 27.1.2
Python 3.11.2
Any ideas how to get this to work?
The text was updated successfully, but these errors were encountered: