- Linux安装Docker
在终端中执行一键安装脚本命令安装docker
sudo curl -fsSL https://gitee.com/tech-shrimp/docker_installer/releases/download/latest/linux.sh | bash -s docker --mirror Aliyun
- 1.1 配置docker镜像源
在终端执行 一行命令,编辑配置文件
sudo tee /etc/docker/daemon.json <<-'EOF'
{"registry-mirrors": ["https://hub.geekery.cn/","https://ghcr.geekery.cn"