docker run, Docker Docs, 2024 - This official reference details the docker run command, its various options like detached mode (-d), port publishing (-p), and naming (--name), essential for container execution.
Get started with Docker containers, Docker Docs, 2024 - Provides a foundational understanding of Docker concepts, including the distinction between images and containers, and the basic steps for running applications.
Docker in Action, Second Edition, Jeff Nickoloff and Stephen Kuenzli, 2019 (Manning Publications) - A practical book that explains Docker fundamentals, container management, and deployment strategies for applications.