Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)