X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=coredns%2Fstart-coredns.sh;fp=coredns%2Fstart-coredns.sh;h=737631414a0c91cd1ee685507f4d4d125d2592bc;hb=89207fb943c8cd662a3b08f6578619f085a40eab;hp=0000000000000000000000000000000000000000;hpb=1dbe7cabf33e719d1752df985d146f930a7ee219;p=nc%2Fovs-dpdk-unicycle.git diff --git a/coredns/start-coredns.sh b/coredns/start-coredns.sh new file mode 100755 index 0000000..7376314 --- /dev/null +++ b/coredns/start-coredns.sh @@ -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