官网:https://www.docker.com/products/docker-desktop/
历史版本:https://download.docker.com/linux/static/stable/
1、去Docker官网下载Docker Desktop,并一键安装
注意设置好国内镜像地址,否则有些镜像拉去不下来
建议使用 https://hub.atomgit.com 镜像仓库,介绍如下:
AtomHub 可信镜像中心
由开放原子开源基金会牵头,联合多家行业伙伴发起,遵循OCI(Open Container Initiative,以下简称“OCI”)容器镜像标准,旨在为开发者提供开放中立、安全可信、高效便捷的新一代开源容器镜像中心
{
"builder": {
"gc": {
"defaultKeepStorage": "20GB",
"enabled": true
}
},
"experimental": false,
"features": {
"buildkit": true
},
"insecure-registries": [
"10.146.200.22"
],
"registry-mirrors": [
"https://hub.atomgit.com",
"https://registry.docker-cn.com",
"https://regist