# 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 ```