Skip to content

nostick/dot-net-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

.NET Core and Docker

This is a really basic core installation of ASP .NET to teach about a way it can be dockerized an ASP .NET application

Prerequesites

Install dot-net Install docker

Installation

git clone https://github.com/nostick/dot-net-core myApp
cd myApp
docker build -t myapp .
docker run -d -p 8080:80 --name MyNetApp myapp

Ejemplo de uso

On browser write

http://localhost:8080

About

Basic .NET Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published