Thank you for watching. I don't understand your problem but take note that the sample dontnet project that I have uploaded to my github repo can be generated locally by just executing dotnet command. create new project: dotnet new webapi run the project: dotnet run To containerize this, you just need to add the Dockerfile in the root folder which I have demonstrated in the video.
@@LearnWithJon thanks for replying, your code was really useful but I had to change the folders and files paths to get it to work after tons of tries and +36 hours as a non-docker non-linux expert
Thank you for this video. It helps.
downloaded it from github, it does not work, it keeps saying in the browser (The connection was reset)
Thank you for watching. I don't understand your problem but take note that the sample dontnet project that I have uploaded to my github repo can be generated locally by just executing dotnet command.
create new project: dotnet new webapi
run the project: dotnet run
To containerize this, you just need to add the Dockerfile in the root folder which I have demonstrated in the video.
@@LearnWithJon thanks for replying, your code was really useful but I had to change the folders and files paths to get it to work after tons of tries and +36 hours as a non-docker non-linux expert