Q. What is the purpose of the LABEL instruction in a Dockerfile?
β
Correct Answer: (A)
To add metadata to the image
Explanation: The LABEL instruction adds metadata (key-value pairs) to the Docker image.