/dockerdotnetcoreapi

Supersimple web api with dotnet core and Docker

Primary LanguageC#MIT LicenseMIT

dockerdotnetcoreapi

From your terminal

  1. docker build -t dotnetcoreapi .
  2. docker run -d -p 8080:80 --name dotnetcoreapi dotnetcoreapi

Now open a browser

  1. Go to http://localhost:8080/api/values

Voila!