πŸ“Š Docker
Q. Which instruction can download files from a remote URL?
  • (A) COPY
  • (B) GET
  • (C) ADD
  • (D) RUN download
πŸ’¬ Discuss
βœ… Correct Answer: (C) ADD

Explanation: `ADD` can fetch files from remote URLs, though `COPY` is preferred for local files.

Explanation by: Mr. Dubey
`ADD` can fetch files from remote URLs, though `COPY` is preferred for local files.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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