Skip to content

A simple ASP.NET Core project that can be used to demonstrate how you would use Docker containers for your own applications.

License

Notifications You must be signed in to change notification settings

feliperomero3/AspNetCoreEssentialDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Essential Docker for ASP.NET Core

Build status

A simple ASP.NET Core project that can be used to demonstrate how you would use Docker containers for your own applications.

Based on the Web Application built in the book 'Essential Docker for ASP.NET Core MVC' by Adam Freeman (Apress, 2017).

I'm using Razor Pages instead of MVC like in the book.

Prerequisites

  • Visual Studio 2022
  • ASP.NET Core 6.0
  • Docker Desktop

Getting started

  1. Clone the project.
  2. Open the solution file ExampleApp.sln.
  3. Press F5 to start the application.
  4. Open your browser and go to https://localhost:44342.

License

MIT License

About

A simple ASP.NET Core project that can be used to demonstrate how you would use Docker containers for your own applications.

Topics

Resources

License

Stars

Watchers

Forks