方式一:mac地址下载dmg文件,但是提示损坏的镜像。
方式二:
第一步:安装homebrew
安装命令:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
报错:curl: (7) Failed to connect to raw.githubusercontent.com port 443 after 10 ms: Connection refused
解决方式:https://blog.csdn.net/qq_42823864/article/details/124587778
解决思路 sudo vim /etc/hosts 里添加185.199.110.133 raw.githubusercontent.com
再执行安装命令
又报错:curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443
果断放弃,网上找了另一种方式
安装命令:
/bin/bash -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
特殊注意:输入序列号:1
一步步完成安装
第二部:安装docker
brew install --cask --appdir=/Applications docker