@ -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:
"<html><body><h1>408 Request Time-out</h1>\n
Your browser didn't send a complete request in time.\n</body></html>\n"
这个时候,需要修改网卡地址
先ifconfig,找到对应网卡的地址,然后指定命令
ifconfig {eth0} mtu 900
# 准备网络 如果是使用network模式则非必要
```shell