Created
August 4, 2023 19:30
-
-
Save dmslabsbr/ef21e3dd52e064160e59f7c28f278a8f to your computer and use it in GitHub Desktop.
Configure Docker to use a proxy server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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." | |
| } | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/home/user/.docker