Using Docker and .NET Core

Using Docker and .NET Core

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 0h 16m | 215 MB

Why use containers with your .NET Core applications? When you write an application, you have to consider the application code, frameworks, packages, and the underlying operating system itself. Using Docker allows you to encapsulate everything you need to run an application, with all its dependencies, in one nice, neat package that you can replicate on any machine or workstation, as many times as you need. In this course, Shayne Boyer and Lisa Guthrie start with the very basics of Docker, covering the concepts and practical uses, then move on to integrating Docker with Visual Studio to help you containerize your apps with just a few clicks. Finally, Shayne and Lisa show you a simple way to publish your containerized web app.

Table of Contents

1 What is Docker Why use it
2 Docker tooling in Visual Studio
3 Publishing your containerized web app