Clean-up existing docker-compose solutions
[oam.git] / solution / integration / smo / common / docker / daemon.json
diff --git a/solution/integration/smo/common/docker/daemon.json b/solution/integration/smo/common/docker/daemon.json
deleted file mode 100644 (file)
index bed1ae3..0000000
+++ /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"
-}