I create a private docker registry as follows and sometimes it cannot reply the http request.
$ sudo docker run -p 7443:7443 --restart=always \ -v /raid/registry2:/var/lib/registry \ -e REGISTRY_HTTP_ADDR=0.0.0.0:7443 \ --name registry registry:2 $ curl -v http://192.168.10.10:7443/v2/_catalog * Trying 192.168.10.10... * TCP_NODELAY set * Connected to 192.168.10.10 (192.168.10.10) port 7443 (#0) > GET /v2/_catalog HTTP/1.1 > Host: 192.168.0.109:7443 > User-Agent: curl/7.58.0 > Accept: */* ...(hang)...