summaryrefslogtreecommitdiff
path: root/templates/admin_web_ui/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin_web_ui/run.sh')
-rwxr-xr-xtemplates/admin_web_ui/run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/admin_web_ui/run.sh b/templates/admin_web_ui/run.sh
new file mode 100755
index 0000000..51082d4
--- /dev/null
+++ b/templates/admin_web_ui/run.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+docker run -d --rm --net=host -p {{ openbook_admin_web_ui_port }}:8082 -p 5701:5701 -p 5702:5702 -v /etc/openbook/admin-web-ui:/etc/openbook/admin-web-ui -v /var/log/openbook/admin-web-ui:/var/log/openbook/admin-web-ui --name admin_web_ui_unstable openbook-docker-registry.verizoncloudplatform.com/openbook_admin_web_ui_unstable
+exit 0