Which instruction is used at the beginning of a Dockerfile to specify the base image?
What instruction is used to set the working directory inside the container?
Which instruction is best suited for copying local files and directories into the container image, and does not support remote URLs?
What instruction is used to execute commands inside the container during the image build process?
Which instruction defines the command to execute when the container starts, but can be overridden by command-line arguments?
What instruction is used to declare which ports the container will listen on at runtime?
Which instruction is used to set environment variables inside the container?
What instruction is used to specify the user to run subsequent commands as inside the container?
What is the name of the file used to specify files and directories that should be excluded from the Docker build context?
Each instruction in a Dockerfile creates a new what?