Series - Docker-for-NET-Developers


Multi-container ASP.NET 5 apps with Nginx and Redis[MP4] [0:18:33] [2015/04/30]
In this video, we'll show how you can easily use instrastruture apps like Nginx and Redis using containers images that are already available in the Docker Hub. We'll show a basic example of how you…


Building an ASP.NET Console app in a Docker Container[MP4] [0:07:00] [2015/04/30]
In this demo, we'll build upon our last demo where we built a custom dockerfile and show how you can build a simple console application. In the demo, we'll show how you can capture Trace output to the…


Dockerfile basics - Building a basic Dockerfile for a console application[MP4] [0:06:09] [2015/04/30]
In this video, we'll go through the Dockerfile basics including what a Dockerfile is and common commands like FROM, RUN, ADD, ENTRYPOINT, and more. We'll build a simple Dockerfile that uses apt-get to…


ASP.NET and Docker - Deploying from the Command Line[MP4] [0:13:40] [2015/04/30]
I this video, we'll walk through the basics of using the Docker command line, to list containers, view logs, and more. You'll learn how to edit Visual Studio settings to just build an image, how to…


Deploy your ASP.NET 5 App to a Docker Container in five minutes[MP4] [0:04:44] [2015/04/30]
In this video, we'll take a quick lap around the Visual Studio Tools for Docker Preview extension to build an ASP.NET website, provision an Azure virtual machine with the Docker extension,…


Whiteboard - How an ASP.NET app becomes a container[MP4] [0:07:00] [2015/04/30]
In this video, Dan goes to the whiteboard to demystify how you can take an ASP.NET app, build a Docker image based on that app, and create a container based on that image. More information Visual…


Docker Overview for .NET Developers[MP4] [0:23:00] [2015/04/30]
In this video, you'll get a quick overview of Docker and why it's beneficial. We'll also delve into some of the common questions about containers like what a container is, what's a Dockerfile, Docker…