Skip to content

Instantly share code, notes, and snippets.

@dmslabsbr
Created August 15, 2023 16:21
Show Gist options
  • Save dmslabsbr/913217a282a187bf1a05d74602007e75 to your computer and use it in GitHub Desktop.
Save dmslabsbr/913217a282a187bf1a05d74602007e75 to your computer and use it in GitHub Desktop.
docker default config, no proxy, another data-root - /etc/docker
{
"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