From: fujinhua Date: Fri, 1 Sep 2017 01:35:20 +0000 (+0800) Subject: Move docker dir to root dir X-Git-Tag: v1.0.0~113 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F9793%2F1;p=vfc%2Fnfvo%2Flcm.git Move docker dir to root dir Change-Id: Iea49ff5a41b09b07fadd29b54ad46164292d3823 Issue-Id: VFC-208 Signed-off-by: fujinhua --- diff --git a/lcm/docker/Dockerfile b/docker/Dockerfile old mode 100644 new mode 100755 similarity index 100% rename from lcm/docker/Dockerfile rename to docker/Dockerfile diff --git a/lcm/docker/LICENSE b/docker/LICENSE similarity index 100% rename from lcm/docker/LICENSE rename to docker/LICENSE diff --git a/lcm/docker/build_image.sh b/docker/build_image.sh similarity index 100% rename from lcm/docker/build_image.sh rename to docker/build_image.sh diff --git a/lcm/docker/instance_config.sh b/docker/instance_config.sh similarity index 100% rename from lcm/docker/instance_config.sh rename to docker/instance_config.sh diff --git a/lcm/docker/instance_init.sh b/docker/instance_init.sh similarity index 100% rename from lcm/docker/instance_init.sh rename to docker/instance_init.sh diff --git a/lcm/docker/instance_run.sh b/docker/instance_run.sh similarity index 100% rename from lcm/docker/instance_run.sh rename to docker/instance_run.sh diff --git a/lcm/docker/remove_image.sh b/docker/remove_image.sh similarity index 100% rename from lcm/docker/remove_image.sh rename to docker/remove_image.sh diff --git a/lcm/docker/run_image.sh b/docker/run_image.sh similarity index 100% rename from lcm/docker/run_image.sh rename to docker/run_image.sh