Visual Studio for Mac + ASP.NET Core – Add Docker containers and run the solution locally

preview_player
Показать описание
On the third episode in the series, we find out how to add Linux containers to the solution and then launch and run the application locally using Visual Studio for Mac.

Рекомендации по теме
Комментарии
Автор

Cannot find npm? When I try to run the Dockerfile. I get an error that npm cannot be found. I am sure this is because this is an Angular + ASP.NET Core web application. Do you have suggestions on how to modify the build step so that 'npm' can be found?

kevinburton
Автор

What does it mean when the 'Add Docker support is greyed out and disabled as shown in the opening of the video? My Add Docker support is disabled and there isn't an extra Docker project added to the solution. Does it have to do with the fact that this is an ASP.NET Core Angular web application?

kevinburton