Dockerfile reference, Docker, Inc., 2024 (Docker, Inc.) - The official documentation detailing all Dockerfile instructions, including WORKDIR, ENTRYPOINT, and CMD, with syntax and usage examples.
Docker: Up & Running: Shipping Reliable Containers in Production, Sean P. Kane, Karl Matthias, 2018 (O'Reilly Media, Inc.) - A practical guide offering explanations of Docker concepts, Dockerfiles, and containerization for production environments, useful for understanding instruction context.
Best practices for writing Dockerfiles, Docker, Inc., 2024 (Docker, Inc.) - Provides official recommendations and patterns for structuring Dockerfiles, improving efficiency, and managing instructions like WORKDIR, ENTRYPOINT, and CMD effectively.