Skip to content

rvdplas/Docker-.NET-Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker ASP.NET Core

This is an Hello World example of running ASP.NET Core in Docker.

Clone / download the files and execute the following command

docker build -t testapp . docker run -d -p 8080:5000 testapp

After that start your browser and navigate to http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages