Q. How do you specify a maintainer for a Docker image?
β
Correct Answer: (A)
LABEL maintainer="email"
Explanation: The `MAINTAINER` instruction is deprecated; use `LABEL` instead.