aboutsummaryrefslogtreecommitdiffstats
path: root/docker/run_image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/run_image.sh')
-rwxr-xr-xdocker/run_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/run_image.sh b/docker/run_image.sh
index b5a5b83e..5ee07d60 100755
--- a/docker/run_image.sh
+++ b/docker/run_image.sh
@@ -1,7 +1,7 @@
#!/bin/bash
function run_lcm {
- docker run -it --name vfc-nfvo-lcm -p 3306:3306 -p 8403:8403 vfc-nfvo-lcm
+ docker run -it --name vfc-nslcm -p 3306:3306 -p 8403:8403 onap/vfc/nslcm
}
run_lcm \ No newline at end of file