This document discusses containers and container technologies like Docker. It provides examples of real world uses of containers at Microsoft including for automated testing of SQL Server on Linux with hundreds of containers running tests simultaneously. It also covers container networking and how containers connect within and across hosts. Persistent storage options for containers using technologies like NFS, Ceph, Azure Blob storage are presented. Secret management in containers using an encrypted distributed store is also summarized.