Q. What is the purpose of the ADD instruction in a Dockerfile?
β
Correct Answer: (A)
To copy files from the host to the container
Explanation: The ADD instruction copies files or directories from the host into the container.