Gitiles
Code Review
Sign In
gerrit.nordix.org
/
oransc
/
oam
/
8895799b2c2f5a64c75cfd67e739febf297e096d
/
.
/
solution
/
integration
/
smo
/
common
/
docker
/
daemon.json
blob: bed1ae3074038ecbcab3d945e15bb110956e4660 [
file
] [
log
] [
blame
]
{
"dns"
:
[
"1.1.1.1"
],
"registry-mirrors"
:
[
"https://nexus3.o-ran-sc.org:10002"
,
"https://nexus3.onap.org:10001"
],
"log-driver"
:
"json-file"
,
"log-opts"
:
{
"max-size"
:
"10m"
,
"max-file"
:
"3"
},
"ipv6"
:
true
,
"fixed-cidr-v6"
:
"2001:db8:1::/64"
}