Learn to Build .NET code in Windows Containers

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Hi Ellis. Nice video and blog. I am trying to adapt this to windows nano server but I am failing miserably. Have you experimented with Nano Server?

JoseFernandez
Автор

Dockerfiles should never rely on your specific system. If you don't wanna download msbuild over and over for each build, then add a separate build stage for it and let docker automatically cache it ONCE as a base image.
Otherwise, your dockerfile will only run on your specific machine which is... Let's say awful

ruslan_yefimov