Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melihacikgoz/dotnet-aspnet-nano-server-container
This project demonstrates how to build and run an ASP.NET Core application using Nano Server with Docker.
https://github.com/melihacikgoz/dotnet-aspnet-nano-server-container
container dockerfile dotnet dotnet8 nanoserver windows windowscontainers
Last synced: 1 day ago
JSON representation
This project demonstrates how to build and run an ASP.NET Core application using Nano Server with Docker.
- Host: GitHub
- URL: https://github.com/melihacikgoz/dotnet-aspnet-nano-server-container
- Owner: melihacikgoz
- License: mit
- Created: 2024-12-01T14:45:27.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-01T14:55:26.000Z (2 months ago)
- Last Synced: 2024-12-13T20:17:50.021Z (about 2 months ago)
- Topics: container, dockerfile, dotnet, dotnet8, nanoserver, windows, windowscontainers
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## This project demonstrates how to build and run an ASP.NET Core application using Nano Server with Docker.
## How To Run?
First Step: docker build -t dotnet8-nano-server .
Second Step: docker run -d -p 5143:5143 dotnet8-nano-server## Accessing the Application
Once the container is running, open your browser and navigate to:
- [http://localhost:5143](http://localhost:5143)