An open API service indexing awesome lists of open source software.

https://github.com/rubix982/asp.net-5.0-linux-dockerized-template

Just a quick ASP.NET Core 5.0, WebAPI, Dockerized for the Linux OS to get quickly started. Hope it helps!
https://github.com/rubix982/asp.net-5.0-linux-dockerized-template

asp docker linux-os

Last synced: about 2 months ago
JSON representation

Just a quick ASP.NET Core 5.0, WebAPI, Dockerized for the Linux OS to get quickly started. Hope it helps!

Awesome Lists containing this project

README

          

# ASP.NET-5.0-Linux-Dockerized-Template
Just a quick ASP.NET Core 5.0, WebAPI, Dockerized for the Linux OS to get quickly started. Hope it helps!

## Getting Started

Just run,

```sh
docker build -t dotnetapiserver . --no-cache
docker run -t -p 1234:5000 dotnetapiserver
```