Loading... ## 安装 下载安装包:[https://docs.docker.com/desktop/install/windows-install/](https://docs.docker.com/desktop/install/windows-install/) ![下载安装包](http://flt-pan.58heshihu.com/blog/typecho/lknisyw0.png) ## 下载 Linux 内核更新包 [适用于 x64 计算机的 WSL2 Linux 内核更新包](https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi) ## 解决docker下载镜像速度慢问题 阿里云镜像加速器:[https://阿里ID.mirror.aliyuncs.com](https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors) 复制上面镜像加速地址,在Docker Desktop设置如下 ```bash { "builder": { "gc": { "defaultKeepStorage": "20GB", "enabled": true } }, "experimental": true, "features": { "buildkit": true }, "registry-mirrors": [ "https://阿里ID.mirror.aliyuncs.com" ] } ``` > experimental默认为false,这里改成true后才能保存,然后再改回来 ![解决docker下载镜像速度慢问题](http://flt-pan.58heshihu.com/blog/typecho/lkniv91l.png) ## 使用 命令行输入 ```bash docker run hello-world ``` 最后修改:2023 年 07 月 30 日 © 允许规范转载 赞 如果觉得我的文章对你有用,请随意赞赏