Skip to content

Instantly share code, notes, and snippets.

@copuzzle
Last active March 31, 2025 09:39
Show Gist options
  • Save copuzzle/cd13a16bf5979f9c02adfdc767e8cd7d to your computer and use it in GitHub Desktop.
Save copuzzle/cd13a16bf5979f9c02adfdc767e8cd7d to your computer and use it in GitHub Desktop.
mac orbstack 拉官网镜像 https://registry-1.docker.io/v2/ EOF 的网络问题

关键问题 ref: orbstack/orbstack#1305

解决方法:

在 Docker advanced engine config 里加proxies 里的配置:

{
  "proxies" : {
    "http-proxy" : "http:\/\/127.0.0.1:8888",
    "no-proxy" : "127.0.0.1\/8",
    "https-proxy" : "http:\/\/127.0.0.1:8888"
  }
}


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment