宝塔11.6面板docker安装时选用清华源安装失败,重复安装一直是报错
curl: option --connect-time: is unknown
curl: try 'curl --help' or 'curl --manual' for more information
chmod: cannot access '/usr/libexec/docker/cli-plugins/docker-compose': No such file or directory
找到安装脚本/tmp/docker_install.sh, 检查发现curl参数 --connect-time错了,改为--connect-timeout后执行sh /tmp/docker_install.sh install mirrors.tuna.tsinghua.edu.cn/docker-ce安装成功,这个问题要修复下
|
|