Embed presentation
Downloaded 47 times





































This document introduces Docker containers as a way to deploy microservices applications. It begins by discussing how monolithic applications do not scale well and how microservices break applications into loosely coupled components. Containers are presented as a way to deploy one microservice component per container, providing isolation. Containers allow running many applications on the same host using fewer resources than virtual machines. The Docker ecosystem supports running many programming languages and frameworks in containers, and containers can be deployed anywhere due to their portability.



































