-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
cannot get any events #234
Comments
and with the debug model, i started and stoped one of containers, it got logs like that:
seems docker remote api have sent event to the client, but it cannot serialize the response and throw it out, did it? |
tracking inside, the event payload has been sent:
|
I have the same issue, and it's only on macOS. The same code works like a charm on Ubuntu 20.04. |
yep, I only tested it on macOS. |
docker version
on the command line:while following the example of getting docker events, there is nothing output in console. and at the same time, I was running
docker events
andcurl --unix-socket /var/run/docker.sock -X GET -N http://docker/events
in my terminals. any of them can get the correct output of event, but not the code of example.(I did not change any code of that example.)The text was updated successfully, but these errors were encountered: