Just a quick ASP.NET Core 5.0, WebAPI, Dockerized for the Linux OS to get quickly started. Hope it helps!
Just run,
docker build -t dotnetapiserver . --no-cache
docker run -t -p 1234:5000 dotnetapiserver
Just a quick ASP.NET Core 5.0, WebAPI, Dockerized for the Linux OS to get quickly started. Hope it helps!
C#MIT