Install Docker and dotnet core
- Basic application
- Application with Prometheus custom metrics
- Application with build secrets
- Run the application locally and open in a browser a link http://localhost:8000.
- Run
docker-compose up
(ordocker-compose up --build
to rebuild existing container layers). - Open in a browser a link http://localhost:8000.
- Run
docker-compose down
to remove docker containers after its use.