diff options
author | 2017-07-19 14:01:30 +0200 | |
---|---|---|
committer | 2017-07-19 14:01:30 +0200 | |
commit | 6a59009e64f727bcf3c67a8ae45a02e4137bfb99 (patch) | |
tree | d58fed674114f4ee8497efec8d303d0f4baba836 /moonv4/moon_router/README.md | |
parent | ffd694ebadb1d3b4e140104f9f0a81837c0e7258 (diff) |
update moon_router
Change-Id: Iafa79fce14d965dba2f21612eb9c2ae47599c6d7
Signed-off-by: WuKong <rebirthmonkey@gmail.com>
Diffstat (limited to 'moonv4/moon_router/README.md')
-rw-r--r-- | moonv4/moon_router/README.md | 18 |
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 |