This document provides an overview of running an ASP.NET 5 application in a Docker container. It discusses what containers and Docker are, how to create and run Docker images, and running an ASP.NET Core 1.0 app in both a Linux and Windows container. It also touches on container orchestration with Kubernetes and some anti-patterns to avoid with containers.