summaryrefslogtreecommitdiffstats
path: root/mock-ves/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'mock-ves/README.md')
-rw-r--r--mock-ves/README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/mock-ves/README.md b/mock-ves/README.md
new file mode 100644
index 0000000..b75ea97
--- /dev/null
+++ b/mock-ves/README.md
@@ -0,0 +1,26 @@
+# mock-ves
+This is a simple ves mock created for ONAP integration tests.
+
+Build image
+===========
+To build ves-mock image you can simply run command:
+
+ ```
+docker build . -t mock-ves
+```
+
+Run image
+=========
+
+To run ves-mock image use below command:
+```
+docker run -d --net=host --name mock-ves mock-ves
+```
+
+Stop container
+==============
+To stop the container use:
+```
+docker rm -f mock-ves
+```
+