1:镜像资源下载慢
在 env 文件中设置:
CHANGE_SOURCE=true UBUNTU_SOURCE=aliyun
最好设置一下时区
WORKSPACE_TIMEZONE=PRC
2:构建workspace速度慢
打开laradock目录下的workspace下的Dockerfile
在该处添加中科大的源也就是国内加速
find /etc/apt/sources.list.d/ -type f -name "ondrej-ubuntu-php-xenial.list" -exec sed -i.bak -r 's#deb(-src)?\s*http(s)?://ppa.launchpad.net#deb\1 https\2://launchpad.proxy.ustclug.org#ig' {} \; && \
3:构建workspace时,报错提示/tmp/sources.sh: not found
git bash 中 切换到 laradock 目录
vi ./workspace/sources.sh :set ff=unix :wq
4:构建 workspace 时 node 安装失败
https://githubusercontent.com.ipaddress.com/raw.githubusercontent.com
访问上面的链接,得到的ip地址写入host即可解决
5:MySQL启动失败
打开Docker软件将资源共享盘符勾上然后Apply & Restart