search

Home  >  Q&A  >  body text

windows-7 - win7运行docker命令报错connection reset by peer

请大神老司机带路;在自己的win7小本上装卸三四次,之前好好的,这次装完运行
docker logindocker pulldocker run...报错,且都有connection reset by peer字样

但是。。。在根目录下就可以

伊谢尔伦伊谢尔伦2848 days ago858

reply all(1)I'll reply

  • 某草草

    某草草2017-04-27 09:04:31

    I continued docker after get off work, but the problem of connection reset by peer yesterday occurred again. In the article, I recorded that no error was reported when running in the root directory, but an error was still reported today. It seems that the key to the problem is not here.
    It is said on the Internet:
    1. The server’s concurrent connections exceed its capacity, and the server will disconnect some of the connections.
    If you know that the number of concurrent clients actually connected to the server does not exceed the server's capacity, it may be a virus or Trojan that causes abnormal network traffic. You can use netstat -an to check the network connection status.
    2. The customer closes the browser, while the server is still sending data to the customer.
    ...
    To sum up all the above, I now suspect that it is related to the network (I doubted the performance of my computer before), which is good and bad, so I am going to use domestic mirroring

    reply
    0
  • Cancelreply