May 2017
Beginner
300 pages
7h 26m
English
Precisely speaking, Docker containers wrap a piece of software in a complete filesystem that contains everything that is needed to run: source code, runtime, system tools, and system libraries (anything that can be installed on a server). This guarantees that the software will always run the same, regardless of its operating environment.
The main motivations of Docker-enabled containerization are as follows:
Read now
Unlock full access