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!
- Host: GitHub
- URL: https://github.com/rubix982/asp.net-5.0-linux-dockerized-template
- Owner: Rubix982
- License: mit
- Created: 2021-03-22T04:29:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T01:56:35.000Z (over 2 years ago)
- Last Synced: 2026-05-01T03:33:29.686Z (about 2 months ago)
- Topics: asp, docker, linux-os
- Language: C#
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```