Important Info: For demo purpose In program.cs i used the below line
//Below code
Configure the HTTP request pipeline.
//dont do this in production
//if (app.Environment.IsDevelopment())
//{
app.UseSwagger();
app.UseSwaggerUI();
//}
Steps:
-
Add new instance by clicking "ADD NEW INSTANCE"
-
run command "git clone https://github.com/ironpython2001/dotnet-core-file-type-signature-verifier.git"
-
cd dotnet-core-file-type-signature-verifier
-
cd FileTypeVerifierConsole
-
navigate to the directory
-
docker build . -t filetypeverifierapi-image
-
docker run --name filetypeverifierapi-image -p 8081:80 -d filetypeverifierapi-image
-
port 8081 will be opened
-
Click on the port number 8081 on the ui and append "swagger/index.html"
ex:
http://ip172-18-0-4-c76p8hdmrepg00fav2p0-8081.direct.labs.play-with-docker.com/swagger/index.html
URLS:
https://www.c-sharpcorner.com/article/run-and-test-asp-net-core-web-api-docker-container-locally/
https://dev.to/berviantoleo/web-api-in-net-6-docker-41d5
https://blog.sixeyed.com/experimenting-with-net-5-and-6-using-docker-containers/
https://www.jetbrains.com/dotnet/guide/tutorials/docker-dotnet/aspnet-development-docker/
https://softchris.github.io/pages/dotnet-dockerize.html#build-our-image-start-container
https://codefresh.io/docker-tutorial/docker-images-net-core/