|
|
|
Resources to learn Docker/containerization of an monolithic web-application
|
|
3 points
by DDerTyp
1440 days ago
|
|
Hey :) I developed a software which is a plain simple monolithic web application. Pretty basic: ASP.NET with angular and SQL Server as a database. Currently I use one windows server for each customer. I do this to make sure, that no software bug accidently shows data of customer A to customer B (privacy is the most important priority). I am considering containerizing the application. From what I have heard, the handling and updating of the software is easier. Do you know of any good resources to learn more about this topic? I am still missing the conceptual basics. I appreciate any help you can give me! Regards! |
|
https://docs.docker.com/samples/dotnetcore/
https://docs.microsoft.com/en-us/dotnet/core/docker/build-co...
https://code.visualstudio.com/docs/containers/quickstart-asp...
Be sure you really know what your are doing and understand basic security and containers concepts; there are tons of write ups and articles with the basics.
https://docs.microsoft.com/en-us/visualstudio/docker/tutoria...
Regarding security, I made a blog post years ago on a technology agnostic approach to Docker image security. It seems to be still up to date.
https://sysdogs.com/articles/how-to-secure-container-image