当前位置:   article > 正文

Docker408错误:Error response from daemon: error parsing HTTP 408 response body: invalid character ‘<‘

error response from daemon: error parsing http 408 response body: invalid ch
错误现象:
  1. Using default tag: latest
  2. Error response from daemon: error parsing HTTP 408 response body: invalid character '<' looking for beginning of value: "<html><body><h1>408 Request Time-out</h1>\nYour browser didn't send a complete request in time.\n</body></html>\n\n"

解决办法:

此时需要修改当前网卡的MTU为900
  1. #临时修改:
  2. ifconfig eth0 mtu 900
  3. #永久修改(尝试设置,但是失败了...):
  4. #vi /etc/network/interfaces
  5. #【在最后增加内容: mtu 900 】...
  6. 【然后重启网卡】
  7. /etc/init.d/networking restart

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/81853
推荐阅读
相关标签
  

闽ICP备14008679号