Dockerfile reference, Docker, 2024 - The official documentation for Docker's Dockerfile, explaining core instructions like CMD and ENTRYPOINT, and concepts such as volume mounting and environment variables crucial for container execution.
argparse - Parser for command-line options, arguments and sub-commands, Python Software Foundation, 2024 - The official Python documentation for the argparse module, detailing how to create user-friendly command-line interfaces for scripts, essential for parameterizing containerized applications.