Hello guys, I am kind of new to Docker. I have a web application project in MVC 5, Dotnet, and WCF services. I want to implement docker. How do I use docker with existing code?
I donât want to be sound rude but you have to learn the basics to be able to ask questions. âHow do I use docker with existing codeâ basically means âI donât read books and documentations but I want to learn everything from youâ. You probably didnât mean to be sound like this so I give some keyword until you have a more specific question.
You need to âbind mountâ the code or use âdocker buildâ to copy the code to your new image. And often you need to change the code because not everything can easily run inside the container without modification. I canât tell you what those modifications are because it depends on the actual application.
1 Like