docker安装
1. Windows 安装步骤
{
"registry-mirrors":[
"https://reg-mirror.qiniu.com",
"http://hub-mirror.c.163.com/",
"https://registry.docker-cn.com"
],
"builder": {
"gc": {
"defaultKeepStorage": "20GB",
"enabled": true
}
},
"experimental": false,
"features": {
"buildkit": true
}
}
2. CentOS 安装步骤
官网
最后更新于