aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_router/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'moonv4/moon_router/README.md')
-rw-r--r--moonv4/moon_router/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/moonv4/moon_router/README.md b/moonv4/moon_router/README.md
new file mode 100644
index 00000000..91899b31
--- /dev/null
+++ b/moonv4/moon_router/README.md
@@ -0,0 +1,18 @@
+# Router: Core module for the Moon project
+
+This package contains the core module for the Moon project
+It is designed to provide authorization features to all OpenStack components.
+
+For any other information, refer to the parent project:
+
+ https://git.opnfv.org/moon
+
+## Build Image
+```bash
+docker image build -t wukongsun/moon_router:v4.1 .
+```
+
+## Push Image
+```bash
+docker push wukongsun/moon_router:v4.1
+``` \ No newline at end of file