Threekiii

Results 4 comments of Threekiii

乌云镜像没有图片,需要参考https://github.com/V7hinc/wooyun_final 做目录挂载。

404 Not Found 应该是你下载release解压之后的目录位置没找对,参考以下结构: ![image](https://user-images.githubusercontent.com/15178676/186557259-d46d1d36-e84e-4b1b-a8de-8783fe15fc26.png)

如果报错类似:ERROR: An HTTP request took too long to complete. 可以尝试以下解决方案,增加 `COMPOSE_HTTP_TIMEOUT` 的数值,并转为环境变量。 1. 修改配置文件: ``` vim /etc/profile ----- export COMPOSE_HTTP_TIMEOUT=500 export DOCKER_CLIENT_TIMEOUT=500 ``` 2. 配置生效: `source /etc/profile` 3. 查看是否生效: `echo...