0
mmaldonado@emscltd.com created
Deploy docker infrastructure
- ABP Framework version: 4.3.3
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): Identity Server Separated
- Template: Microservices
- Problem: I am facing problems to deploy the infrastructure required, could you help me with a Documentation about how to deploy Microservice Infrastucture using Docker to a Azure VM Linux/Windows server, starting from zero please. Also if you can include your recommendation about which OS should I use, I think Linux is going to be better due to cost and features that I have to enable on Azure VM Windows Server.
2 Answer(s)
-
0
I think there is a mistake with your version, the microservice template became available after 4.4.
For deployment, we have added Dockerfiles for both local and in-container image building with scripts. There are also helm charts for Kubernetes.
We are still working on a step-by-step deployment guide however it will take some more time.
For docker deployment, you can check the sample project: eShopOnAbp.
If you come across any specific problem, you can search the Q&A or ask directly. We'll try to help as best as we can.
-
0
thank you very much, I found an image on azure market place, that helped a lot, Docker Compose OS linux, on that VM machine docker run without errors, it is working now, thanks