Skip to content

Instantly share code, notes, and snippets.

@dmslabsbr
Created August 15, 2023 19:49
Show Gist options
  • Save dmslabsbr/e8fce918a4956d5b59741ecfec6d7651 to your computer and use it in GitHub Desktop.
Save dmslabsbr/e8fce918a4956d5b59741ecfec6d7651 to your computer and use it in GitHub Desktop.
~/.docker/config.json - Docker default proxy config for user
{
"auths": {
"https://index.docker.io/v1/": {
"auth": "adsdadaadddadds"
}
},
"HttpHeaders": {
"User-Agent": "Docker-Client/18.09.4 (linux)"
},
"proxies":
{
"default":
{
"httpProxy": "http://10.0.0.10:80",
"httpsProxy": "http://10.0.0.10:80",
"noProxy": "localhost,127.0.0.1,.bu.edu,.ad.bu.edu,128.197.,10.,172."
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment