1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-16 03:07:26 +08:00
docker-labs/daemon.json

12 lines
425 B
JSON

{
"experimental": true,
"debug": true,
"log-level": "info",
"graph": "/graph",
"insecure-registries": ["127.0.0.1"],
"hosts": ["unix:///var/run/docker.sock", "tcp://0.0.0.0:2375"],
"storage-driver": "DOCKER_STORAGE_DRIVER",
"dns": ["PWD_IP_ADDRESS", "8.8.8.8"],
"registry-mirrors": ["http://34557c30.m.daocloud.io", "https://jly0jn8e.mirror.aliyuncs.com", "http://hub-mirror.c.163.com"]
}