Azure / modern-web-app-pattern-dotnet

The Modern Web App Pattern is a set of objectives to help you apply an iterative change to modernize a cloud deployed monolith. This content builds on the Reliable Web App. This repo contains a reference implementation of a Modern Web App for .NET.
https://aka.ms/eap/mwa/dotnet/doc
MIT License
71 stars 7 forks source link

Add Docker to dev container to enable deploying containerized services #238

Closed mjrousos closed 9 months ago

mjrousos commented 9 months ago

Now that MWA includes services like the ticket renderer that are deployed in Docker containers, the solution's dev container needs Docker installed in order to build and deploy.