InterviewSolution
Saved Bookmarks
| 1. |
Differentiate between COPY and ADD commands that are used in a Dockerfile? |
|
Answer» Both the commands have similar functionality, but COPY is more preferred because of its HIGHER transparency level than that of ADD. |
|