Catalogue application written in [Go] that provides catalogue/product information.Source Code will be available soon.
git clone https://github.com/huawei-microservice-demo/catalogue.git
cd catalogue
docker build -t [docker-image-name:version-tag] .
docker tag [docker-image-name:version-tag] registry.cn-north-1.hwclouds.com/hwcse/[docker-image-name:version-tag] Note: hwcse is service stage username. registry.cn-north-1.hwclouds.com is service stage available zone.
docker login -u [username] -p [private-key] [registry-name]
docker push registry.cn-north-1.hwclouds.com/hwcse/[docker-image-name:version-tag]
Create the appliation in service stage and give the respective docker image path.
Login to the service stage and check the status of application.