X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fintegration%2Fsmo%2Fcommon%2Fdocker%2Fdaemon.json;fp=solution%2Fintegration%2Fsmo%2Fcommon%2Fdocker%2Fdaemon.json;h=0000000000000000000000000000000000000000;hb=990de7205645f827a36429006f7e5529b5fb6866;hp=bed1ae3074038ecbcab3d945e15bb110956e4660;hpb=a3be9ade3bec5ca8cd5b41032704872f87d8c065;p=oam.git diff --git a/solution/integration/smo/common/docker/daemon.json b/solution/integration/smo/common/docker/daemon.json deleted file mode 100644 index bed1ae3..0000000 --- a/solution/integration/smo/common/docker/daemon.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "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" -}