Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

国内DOCKER拉取镜像超时如何解决 #1754

Open
ZHWang12138 opened this issue Jun 19, 2024 · 1 comment
Open

国内DOCKER拉取镜像超时如何解决 #1754

ZHWang12138 opened this issue Jun 19, 2024 · 1 comment
Labels
question Further information is requested

Comments

@ZHWang12138
Copy link

image

@ZHWang12138 ZHWang12138 added the question Further information is requested label Jun 19, 2024
@MasterBran
Copy link

Firstly, access to Google is required,and then set proxy for docker daemon,open the file
sudo nano /etc/docker/daemon.json
then add proxy settings in this file
{ "proxies": { "http-proxy": "http://proxy.example.com:3128", "https-proxy": "https://proxy.example.com:3129" } }
probably helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants