Q. How do you specify a maintainer for a Docker image?

  • (A) LABEL maintainer="email"
  • (B) ENV MAINTAINER
  • (C) MAINTAINER
  • (D) USER
πŸ’¬ Discuss
βœ… Correct Answer: (A) LABEL maintainer="email"
Explanation: The `MAINTAINER` instruction is deprecated; use `LABEL` instead.
Explanation by: Mr. Dubey
The `MAINTAINER` instruction is deprecated; use `LABEL` instead.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
54
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
96%
Success Rate