Get started with Docker, Docker Documentation, 2024 - Provides a comprehensive introduction to Docker's core concepts, architecture, and workflow, which aligns directly with the section's content.
Docker: Up & Running, Sean P. Kane, Karl Matthias, 2018 (O'Reilly Media, Inc.) - Offers a practical guide to Docker, covering its architecture, command-line interface, and how to build, run, and manage containers effectively.
Practical MLOps: How to Get Models into Production, Noah Gift, Alfredo Deza, 2021 (O'Reilly Media) - Discusses the role of containerization with Docker as a foundational practice for MLOps, focusing on model deployment, reproducibility, and environment consistency in production.
Custom containers for predictions, Google Cloud Documentation, 2024 (Google Cloud) - Illustrates how major cloud platforms like Google Cloud use Docker containers to deploy machine learning models for serving predictions, reinforcing the practical application of containerization in MLOps.