Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 234 Bytes

File metadata and controls

14 lines (12 loc) · 234 Bytes

Docker daemon.json useful options

The docker daemon resides at /etc/docker/daemon.json

{
  "dns": ["8.8.8.8", "1.1.1.1"],
  "log-driver": "json-file",
  "log-opts": {
    "max-size": "10m",
    "max-file": "3"
  }
}