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