Settings -> Docker Engine
Docker Engine
v27.2.0
Configure the Docker daemon by typing a json Docker daemon configuration file.
This can prevent Docker from starting. Use at your own risk.
{
"builder": {
"gc": {
"defaultKeepStorage": "20GB",
"enabled": true
}
},
"dns": [
"8.8.8.8",
"1.1.1.1"
],
"experimental": false,
"features": {
"buildkit": true
},
"registry-mirrors": [
"https://do.nark.eu.org",
"https://dc.j8.work",
"https://docker.m.daocloud.io",
"https://dockerproxy.com",
"https://docker.mirrors.ustc.edu.cn",
"https://docker.nju.edu.cn"
]
}