侧边栏壁纸
博主头像
SeaDream乄造梦

Dream,Don't stop a day of hard and don't give up a little hope。 ——不停止一日努力&&不放弃一点希望。

  • 累计撰写 56 篇文章
  • 累计创建 21 个标签
  • 累计收到 14 条评论

目 录CONTENT

文章目录

windows 安装docker

SeaDream乄造梦
2024-08-22 / 0 评论 / 0 点赞 / 530 阅读 / 612 字
温馨提示:
亲爱的,如果觉得博主很有趣就留下你的足迹,并收藏下链接在走叭

image.png

{
  "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 连接

tcp://localhost:2375

image.png
image.png

idea连接服务器

参考链接 https://blog.csdn.net/weixin_42599091/article/details/138497475

image.png
image.png

0

评论区