aboutsummaryrefslogtreecommitdiffstats
path: root/docker/run_image.sh
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-09-01 09:35:20 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-09-01 09:36:29 +0800
commitd25d9fb96d25c4b5be08f5affd07db22516bfb2b (patch)
treefb617c17a3befd3f168855d90cf7de8ead2f9d7e /docker/run_image.sh
parente676d851e8bba882094d972aa6a9ee5409067891 (diff)
Move docker dir to root dir
Change-Id: Iea49ff5a41b09b07fadd29b54ad46164292d3823 Issue-Id: VFC-208 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'docker/run_image.sh')
-rwxr-xr-xdocker/run_image.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/docker/run_image.sh b/docker/run_image.sh
new file mode 100755
index 00000000..b5a5b83e
--- /dev/null
+++ b/docker/run_image.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+function run_lcm {
+ docker run -it --name vfc-nfvo-lcm -p 3306:3306 -p 8403:8403 vfc-nfvo-lcm
+}
+
+run_lcm \ No newline at end of file