Docker inspect container status is waiting all the time #49060
Labels
kind/bug
Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.
status/0-triage
version/19.03
Description
I found one container of the one node of the k8s cluster can't show information by docker inspect, And then waiting all the time , Another cotainer is ok
Reproduce
docker inspect <container_id>
curl --unix-socket /var/run/docker.sock http://unix:/v1.40/containers/<container_id>/json --connect-timeout 30 --max-time 30
Expected behavior
docker inspect <container_id>
should be show container informationdocker version
docker info
Additional Info
No response
The text was updated successfully, but these errors were encountered: