{
"builder": {
"features": {
"buildkit": true
},
"gc": {
"defaultKeepStorage": "20GB",
"enabled": true
}
},
"experimental": false,
"host": [
"0.0.0.0:2375"
],
"registry-mirrors": [
"https://dk3fghkb.mirror.aliyuncs.com"
]
}
docker 配置
"host": ["0.0.0.0:2375"] idea连接
windows更改
windows+r
netsh interface portproxy add v4tov4 listenport=2375 connectaddress=127.0.0.1 connectport=2375 listenaddress=本地IP地址 protocol=tcp
TCL 连接
idea连接服务器
参考链接 https://blog.csdn.net/weixin_42599091/article/details/138497475
评论区