From a94f89ab2770295e9d185ac963d5375bf3b9a38c Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Tue, 7 Mar 2023 17:16:17 +0100 Subject: [PATCH] Deployment description - remove 'dns' from docker deamon configuration in json file. Issue-ID: OAM-317 Change-Id: I45da81146297e09f5b386abb029bc45714eba25a Signed-off-by: Martin Skorupski --- solution/smo/common/docker/daemon.json | 1 - 1 file changed, 1 deletion(-) diff --git a/solution/smo/common/docker/daemon.json b/solution/smo/common/docker/daemon.json index bed1ae3..3b5ac62 100644 --- a/solution/smo/common/docker/daemon.json +++ b/solution/smo/common/docker/daemon.json @@ -1,5 +1,4 @@ { - "dns": ["1.1.1.1"], "registry-mirrors": [ "https://nexus3.o-ran-sc.org:10002", "https://nexus3.onap.org:10001" -- 2.16.6