I’m just starting the learning curve.
I don’t know this tool’s limitations. I am looking to use Docker for work so I can migrate my ASP.NET Core MVC builds to Azure without a lot of effort. Can someone point me to the best tutorial so I can learn this?
My environment includes a Web Portal, 3 API REST Services, an Identity Server (ASP.NET Core) and 3 SQL Databases. Can one Docker instance house all of these elements so I have an encapsulated environment that can be copied and deployed?
Thanks,
Joel