CoreDNS configuration for Airship 1.3
[nc/ovs-dpdk-unicycle.git] / coredns / start-coredns.sh
diff --git a/coredns/start-coredns.sh b/coredns/start-coredns.sh
new file mode 100755 (executable)
index 0000000..7376314
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/bash
+docker run \
+   --detach \
+   --restart=always \
+   --name coredns \
+   --network=host \
+   --volume /opt/akraino/ovs-dpdk-unicycle/coredns:/etc/coredns \
+   coredns/coredns:1.3.1 -conf /etc/coredns/Corefile