Skip to content

Instantly share code, notes, and snippets.

@dmslabsbr
Created August 4, 2023 19:30
Show Gist options
  • Select an option

  • Save dmslabsbr/ef21e3dd52e064160e59f7c28f278a8f to your computer and use it in GitHub Desktop.

Select an option

Save dmslabsbr/ef21e3dd52e064160e59f7c28f278a8f to your computer and use it in GitHub Desktop.
Configure Docker to use a proxy server
{
"auths": {
"https://index.docker.io/v1/": {
"auth": "ZG1asddasdasdasdsad"
}
},
"HttpHeaders": {
"User-Agent": "Docker-Client/18.09.4 (linux)"
},
"proxies":
{
"default":
{
"httpProxy": "http://40.444.41.10:80",
"httpsProxy": "http://40.434.41.10:80",
"noProxy": "localhost,127.0.0.1,.bu.edu,.ad.bu.edu,128.197.,10."
}
}
}
@dmslabsbr
Copy link
Author

/home/user/.docker

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