You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In section "Using Docker API To List Events", the command curl --unix-socket /var/run/docker.sock http:/events
should in fact read curl --unix-socket /var/run/docker.sock http://localhost/events
to actually see something.
At least, this is what I needed to do.
The text was updated successfully, but these errors were encountered:
In section "Using Docker API To List Events", the command
curl --unix-socket /var/run/docker.sock http:/events
should in fact read
curl --unix-socket /var/run/docker.sock http://localhost/events
to actually see something.
At least, this is what I needed to do.
The text was updated successfully, but these errors were encountered: