Created
August 15, 2023 16:21
-
-
Save dmslabsbr/913217a282a187bf1a05d74602007e75 to your computer and use it in GitHub Desktop.
docker default config, no proxy, another data-root - /etc/docker
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
{ | |
"dns": ["127.0.0.53", "10.234.11.61"], | |
"data-root": "/mnt/dados/docker", | |
"proxies": { | |
"http-proxy": "", | |
"https-proxy": "", | |
"no-proxy": "" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment