diff --git a/docker/生产环境服务部署文档.md b/docker/生产环境服务部署文档.md index 8e7280c7..474454c3 100644 --- a/docker/生产环境服务部署文档.md +++ b/docker/生产环境服务部署文档.md @@ -11,6 +11,20 @@ 7. minio对象存储服务 8. redis服务 +# 注意 + +如果镜像拉的时候,报错: + +Error response from daemon: error parsing HTTP 408 response body: +invalid character '<' looking for beginning of value: +"

408 Request Time-out

\n +Your browser didn't send a complete request in time.\n\n" + +这个时候,需要修改网卡地址 +先ifconfig,找到对应网卡的地址,然后指定命令 + +ifconfig {eth0} mtu 900 + # 准备网络 如果是使用network模式则非必要 ```shell