aboutsummaryrefslogtreecommitdiffstats
path: root/docker/instance_run.sh
diff options
context:
space:
mode:
authorfengyuanxing <feng.yuanxing@zte.com.cn>2017-09-05 14:46:12 +0800
committerfengyuanxing <feng.yuanxing@zte.com.cn>2017-09-05 15:47:56 +0800
commit583408b26920a38ed189a3bc0a8df7c7ad5028be (patch)
treecefd5909bea9a623ca081081f39366e32c9de33c /docker/instance_run.sh
parentc5fd5f6016b8bef47b00eed0dbaebeced7265f7d (diff)
Delete unnecessary files
Change-Id: I3224eb7ddbe66ccea30c1b1833111ef9af56f83c Issue-Id: VFC-276 Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn>
Diffstat (limited to 'docker/instance_run.sh')
-rwxr-xr-xdocker/instance_run.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/docker/instance_run.sh b/docker/instance_run.sh
new file mode 100755
index 00000000..3d894774
--- /dev/null
+++ b/docker/instance_run.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+cd /service/vfc/nfvo/catalog
+chmod +x run.sh
+./run.sh
+
+while [ ! -f logs/runtime_catalog.log ]; do
+ sleep 1
+done
+tail -F logs/runtime_catalog.log \ No newline at end of file