.NET Core
Explore how to package and run an ASP.NET Core REST API within a Docker container. Understand project files, Dockerfile configuration, and running the application locally for development purposes.
Files
You can find these files in the code/common-development-profiles/demos/aspnet-core folder.
A static HTML file to be served:
...