Q. How can you add metadata to an image using Dockerfile?
β
Correct Answer: (B)
LABEL
Explanation: `LABEL` is used to add metadata as key-value pairs to Docker images.