From 66916c754f69df04425e2f3915d4f6ca84898695 Mon Sep 17 00:00:00 2001 From: liu Date: Thu, 11 Apr 2024 15:48:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/生产环境服务部署文档.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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