repo clean-up
[oam.git] / solution / smo / common / docker / daemon.json
1 {
2   "registry-mirrors": [
3     "https://nexus3.o-ran-sc.org:10002",
4     "https://nexus3.onap.org:10001"
5   ],
6   "log-driver": "json-file",
7   "log-opts": {
8     "max-size": "10m",
9     "max-file": "3"
10   },
11   "ipv6": true,
12   "fixed-cidr-v6": "2001:db8:1::/64"
13 }