-
Notifications
You must be signed in to change notification settings - Fork 5
Stage 2: Create Web Application
1. Create a new ASP.NET Core MVC Web Application with Docker integration for Linux Created a basic ASP.NET MVC .NET Core Web Application with 'Enable Docker Support' integration for Linux. Enable local Git integration.
Issue: https://github.com/aspnet/aspnet-docker/issues/401 Move the DockerFile created by VS2017 (Community Edition) one folder above to avoid issues during building and deployment.
2. Use the link below for the latest dotnet core and asp.net core runtime docker images from Microsoft Container Registry** Preferred to use the Microsoft Registry images which are up to date than the Docker Hub public images.
3. Create a GitHub remote repository and integrate the local repository GitHub is used as the code repository over Azure Repos as shown earlier in the design for convenience.