Skip to content

Instantly share code, notes, and snippets.

@audacioustux
Created August 31, 2023 12:07
Show Gist options
  • Save audacioustux/00e25d6074c2c3ecbcc4c2d849fc2491 to your computer and use it in GitHub Desktop.
Save audacioustux/00e25d6074c2c3ecbcc4c2d849fc2491 to your computer and use it in GitHub Desktop.
local /etc/docker/daemon.json
{
"features": {
"buildkit": true
},
"dns": ["1.1.1.1", "8.8.8.8", "192.168.0.1"],
"log-driver": "local",
"log-opts": {
"max-size": "1m"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment