docker 安装 配置阿里云镜像 { "debug": true, "experimental": false, "registry-mirrors": [ "https://xxxxx.mirror.aliyuncs.com" ] } 查看安装版本 docker --version 测试本地镜像hello-world docker pull hello-world docker run hello-world