1. Introduction to Docker


One of the biggest historical challenges in software engineering has been environment inconsistency, the frustrating situation where an application works perfectly on one machine but unexpectedly fails elsewhere. And this is precisely the problem Docker was designed to solve.

Docker is a containerization platform that...