diff options
Diffstat (limited to 'deployment/run.sh')
-rw-r--r-- | deployment/run.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deployment/run.sh b/deployment/run.sh new file mode 100644 index 0000000..1aae1f6 --- /dev/null +++ b/deployment/run.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +CONSUL_IP="localhost" +MOUNTPATH="/configs" + +docker run -e CONSUL_IP=$CONSUL_IP -e MOUNTPATH=$MOUNTPATH -it --name dkv -p 8200:8200 -p 8080:8080 dkv |