Windows+Docker

1.问题

wsl: 检测到 localhost 代理配置,但未镜像到 WSL。NAT 模式下的 WSL 不支持 localhost 代理。

在你的windows的C:\Users\<your_username>目录下面创建一个.wslconfig文件,往里面写入:

[experimental]
autoMemoryReclaim=gradual  
networkingMode=mirrored
dnsTunneling=true
firewall=true
autoProxy=true

关闭:wsl --shutdown,重启:wsl

 

2.镜像

    "https://docker.mirrors.ustc.edu.cn",
    "https://registry.docker-cn.com",
    "http://hub-mirror.c.163.com",
    "https://mirror.ccs.tencentyun.com"

 

posted @ 2024-10-17 14:53  朱小勇  阅读(13)  评论(0编辑  收藏  举报